Skip to main content

Hi all,

We are trying to load CSV files into the ODX using the CSV data source. However we are getting errors on fields it is trying to interpret as int (housenumber), but some are filled in as 12-18 and therefor failing. We have tried to use the override data type option, but to no avail. What can we do about this?

Kind regards,
Maarten

Hi @Bitmetric_Maarten ,

you should use .rsd files to define such fields as string and then apply transformations to resolve those cases. This article gives you the basics: 

 


Thanks. This answer worked!


Reply