This is a strange behaviour.
When values are missing in the table for certain columns there field itself is not appearing in the csv downloaded file so columns are shifted to the left. This creates a messy file. If I download the csv straight from the table in the db (i.e., not using chronoconnectivity) all is fine.
So for example if in teh table I have
Name Total, F1, F2
A 100 f11 f12
B 110 f22
C 120 f31 f32
In the csv file I will have
Name Total, F1, F2
A,100,f11,f12
B,110,f22
C,120,f31,f32
etc.
Has anyone seen this behaviors? What can be the couses/ fixes?
Many thanks
When values are missing in the table for certain columns there field itself is not appearing in the csv downloaded file so columns are shifted to the left. This creates a messy file. If I download the csv straight from the table in the db (i.e., not using chronoconnectivity) all is fine.
So for example if in teh table I have
Name Total, F1, F2
A 100 f11 f12
B 110 f22
C 120 f31 f32
In the csv file I will have
Name Total, F1, F2
A,100,f11,f12
B,110,f22
C,120,f31,f32
etc.
Has anyone seen this behaviors? What can be the couses/ fixes?
Many thanks