Hi,
I'm creating import configurations, for files with this kind of structure.
'282','187887','Elite','2013','1463946785','0','1'
String fields works when I create a custom atribute and use return rawValue.replace("'","") to save the string correctly. But doesn't matters what I do or try, numbers are not saved into database.
¿Some idea?
Hi,
I'm creating import configurations, for files with this kind of structure.
'282','187887','Elite','2013','1463946785','0','1'
String fields works when I create a custom atribute and use return rawValue.replace("'","") to save the string correctly. But doesn't matters what I do or try, numbers are not saved into database.
¿Some idea?