Skip to main content
1-Visitor
January 20, 2016
Question

CSV Plugin - Infotable disorder

  • January 20, 2016
  • 6 replies
  • 2846 views

Hello,

CSV plugin allow to write CSV files using Infotable with specific Datashape. There isdocumentation on the market place, but procedure describe does not work really. In fact wirteCSV function does not wirte column in the same order as describe inthe DataShape .... if my fields in the datashape are : ID, Height, Age, CSV write function will write Height, ID, Age .. Do you know some workaround ?

Many Thanks

Brice

6 replies

1-Visitor
January 20, 2016

Hi,

Actually I have a ticket support for this issue. The column order of InfoTable and the DataShape are not the same.

By the way, can you please export your DataShape to .xml, open it and look at the "FieldDefinition" order ? In my case, the InfoTable column order follow this "FieldDefinition" order.

bfayolle1-VisitorAuthor
1-Visitor
January 20, 2016

Hi,

In My case the infoTable column order does not follow the field definition order :

ScreenShot114.jpg

ScreenShot113.jpg

Cheers,

Brice

1-Visitor
January 20, 2016

Hi,

I mean the column order of the InfoTable returned by the CSVwrite function.