We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Many 7-Zipped Flat ASCII Files

jarthur005
5 - Atom

All, 

 

I've run into an issue that I would like to solve in a more automated way with Alteryx but can't seem to make any progress with other partial solves that have been posted. I need to import many large sets of data from a shared drive source and consolidate the information into a single dataset (eventually using Calgary b/c of the size). Some of these ASCII files are not compressed and can easily be handled in a batch macro with the file layout properly converting the fields, not the case with some of the larger files that are compressed with 7-Zip.

 

The now native support in Alteryx for GZ files does not support ASCII file layouts and efforts to then properly parse it if I just dump all the records to a single column CSV aren't working/practical. I thought I'd cracked it using CREW's Dynamic Formula Macro to then split out SUBSTRING columns for each of the data elements but it won't handle it for some reason, the records are always skewed incorrectly. (I've quadruple checked it and compared 1-1 with a normal formula but gotten different results)

 

I've found a number of different posts and macros that attempt parts of this action but cannot seem to get them to work (including https://github.com/bobpeers/Alteryx_SDK_Zip which no longer seems to function without a clear reason). Has anyone faced this same challenge and found a solution? This dataset is very sensitive so I cannot share any sample materials, hopefully this description is sufficient. Please let me know if you have any ideas/can help!

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

@jarthur005 ,

 

 I'm happy to jump on a quick zoom call with you now if you'd like.  

Cheers,

 

 Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
jarthur005
5 - Atom

Thank you for the offer Mark, I'm unfortunately stuck in meetings all day today. I would be happy to discuss more tomorrow if you are available. I will coordinate via your DM, thanks.

Labels
Top Solution Authors