How to convert JSON & Excel file to Csv flat file using IICS

196 views Asked by At

How to convert JSON and Excel files to CSV flat files using IICS Data Integration?

1

There are 1 answers

3
Maciejg On

There is no simple way. IICS DI is NOT a data conversion utility. Yeah, I do know how it sounds.

Now, having said that: it is possible. You can define Excel as a source and Flat File as a target.

You can read JSON data and try using Hierarchy Parser with Flat File as output. This will be quite a nightmare though.

Now, I will not give a step-by-step instructions. Please give it a try and share any issues, should you come across any.

Or even better: don't give it a try and use some Excel-to-CSV conversion script like discussed here for Windows or here for bash.