evidens / json2csv

Converts JSON files to CSV (pulling data from nested structures). Useful for Mongo data
MIT License
264 stars 97 forks source link

Issue when using outline... #30

Open WILKINSONC2 opened 8 years ago

WILKINSONC2 commented 8 years ago

Outline is creating all instances within a node as a single line.

From the mapping: [ "PM_REPOSITORY_FOLDER_SOURCE_1_SOURCEFIELD16@BUSINESSNAME", "PM.REPOSITORY.FOLDER.SOURCE.1.SOURCEFIELD.16.@BUSINESSNAME" ], [ "PM_REPOSITORY_FOLDER_SOURCE_1_SOURCEFIELD16@BUSINESSDATE", "PM.REPOSITORY.FOLDER.SOURCE.1.SOURCEFIELD.16.@BUSINESSDATE" ],

As a result, the CSV is a single line (exc header).

I'm sorry for asking, but is this intended? If not, what am I doing wrong? Any help you can give would be appreciated!