fixed-to-json READMEInstructionsBasic UsageIn your
Then by running the extension and using the example layout, a file that looks like this:
Will be transformed into this
More FeaturesIf your fixed length file has repeated fields that would be best represented by an array, use the repeat field in your For example, by adding this to your
A file that looks like this:
Will be transformed into this:
If you don't want to see blank JSON entries you can set the hideBlanks field to true. For example using a configuration looking like this:
On a text file like this
Will look like this
1.0.1Can now hide blank entries 1.0.0Added repeated keyword to create JSON arrays 0.0.1Added functionality to parse fixed length files to JSON Enjoy! |