We are facing an issue when uploading long texts (longer than 255 symbols) from Excel file using Data Services in SAP BODS.
Data Services ODBC driver truncates all further texts in this column to 255 symbols, even if the field length is defined as varchar(2500) in Excel file format in Data Services and if the column contains longer texts in next rows.
I tried to set parameter TypeGuessRows = 0
but it's not working.
Also tried using keeping record on first row in source Excel but it's not working.
Does anyone know how to load max length data using SAP BODS?