Closed anuj1405 closed 4 years ago
@anuj1405 this is a feature. please check https://github.com/kauegimenes/jsonexport/issues/22
You should use fillGaps: true
to get the optionImage filled in both rows
Oh now i see whats happening, indeed this is a bug. and its prob caused by #22
We are always looking for new contributors, you want to help us fix this issue? feel free to start a PR on this =)
I've got similar problem. I've set FillGaps = true, but subscriber1 CustomFields values not shifting down in CSV. The JSON data is from Campaign Monitor API. Simple input and output files attached to demonstrate problem. What support do you need to fix the bug? Archive_CM.zip
This is still broken. Renders jsonexport unusable for my usecase.
@anuj1405 @markwynter @toxuin I introduced a new option to jsonexport called fillTopRow that should be desabled by default. (https://github.com/kauegimenes/jsonexport/pull/68) After this PR gets merged you guys should be able to get the expected results.
This is the JSON:
and the output we are getting is
See the column "customizationInfo.surfaces.areas.optionImage". The value should be there on the 2 row instead of first
Thanks