Hi,
I'm using a copy activity in adf to copy avro files from a staging folder (several "part-" files since it is written by spark) to a final folder where I want only one file in csv (delimited text) format.
I'm using the option "Copy behaviour - Merge files" in the sink part and for this part everything works fine.
My problem is that, somehow, one column that is supposed to have decimal values, in the csv file appears in hexadecimal....
I cannot have this behaviour because I'm not the one that will be using this data, so is not usefull at all to again access the information just to convert it and write it again....
Can someone explain to me what can be possibily happening?