Multi-Header CSV Files
I'm trying to create a CSV file with multiple headers like the below, how would I accomplish this?
0
I'm trying to create a CSV file with multiple headers like the below, how would I accomplish this?
Comments
Hi Jack Harris,
The format you've included above is more similar to the structure of an EDI document than a typical CSV.
The easiest way to build something like that will be using our EDI Generator helper. I'll include some screenshots below and also a sample file generator I built to mimic your form structure (it's incomplete, but it should give you an idea of how it's done)
If you're using an FTP import step, instead of choosing CSV, choose EDI X12 as the format. This will give you the option to use the EDI Generator helper. For making the sample for you, I started with a Generic 997. But you can replace it with the code I've included here.
Building EDI files is not the simplest of tasks, so please let me know if you have any questions.
That was so much easier than I was expecting. Thank you!!!!!
Please sign in to leave a comment.