I have a data file that looks similar to:
data1~|~data2~|~data3~!~data1~|~data2~|~data3~!~data1~|~data2~|~data3~!~data1~|~data2~|~data3~!~
The fields are delimited by ~|~
(tilde/pipe/tilde). The row/records are delimited by ~!~
.
The goal will be to massage this into an X12 formatted file. I will have many files and many records.. thousands of each.. I just started the project so I am exploring solutions.
I have done a little bit of coding in python so maybe that would work but not sure.
I am looking for suggestions or a library that may contain something to look at at to get started.