You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I am getting report data from different customer systems. The data in the columns is identical but customers can change the "display" label for the value, thus affecting the column header name.
I would like ability to add a bool property in the CSVFileDescription SkipFirstLine, or maybe a SkipXLines that takes an int
Then in the readdata in CSVContext we would honour this setting.
We would need error trap that you cant set SkipFirstLine if you also have FirstLineHasColumnNames
The text was updated successfully, but these errors were encountered:
I have a use case where I am getting report data from different customer systems. The data in the columns is identical but customers can change the "display" label for the value, thus affecting the column header name.
I would like ability to add a bool property in the CSVFileDescription SkipFirstLine, or maybe a SkipXLines that takes an int
Then in the readdata in CSVContext we would honour this setting.
We would need error trap that you cant set SkipFirstLine if you also have FirstLineHasColumnNames
The text was updated successfully, but these errors were encountered: