News

Learn the best practices for using Alteryx to automate and optimize your ETL (extract, transform, and load) process for data analysis and reporting.
Contribute to rpaugh/Alteryx-Outlook-Tools development by creating an account on GitHub.
example 1: yxdb2csv alteryx_db.yxdb > output.psv # output to pipe-delimited flat file example 2: yxdb2csv alteryx_db.yxdb | gzip -f > output_zipped.psv.gz # pipe to compression tool, forced overwrite ...