A ETL pipeline for auction data generated by TradeSkillMaster4.
from tsm4_data_etl import etl
etl(
source_path='<path to wow client>\_classic_\WTF\Account\<user account>\SavedVariables\TradeSkillMaster.lua',
artifacts_path='<path to save csv data>'
)