Some of the fields are read wrongly because the format is changed in the file (yellows). Instead of “May-19” what I would like to read with UiPath is the real value “01/05/2019” (red value).
Is there any way to do this? Thank you in advance.
Hi @balupad14, thanks. Here you go, I have deleted the confidential data. Example.zip (494 Bytes)
To be more specific, almost all the values from Column “Referencia” are in General format type, but some of them are in this “Custom” format, in which I cannot read the real value.
Thank you for providing the sample file . But i need more specific in the file. Please input just 2 rows for test. and give me the expected output. More detail. I can able read the input from your csv file (which you are going to provide 2 sample row data). specify the expected output.
Using the activity Read CSV file I get a DT with all the values. If i try to obtain the output from the first row of Column “Referencia” (DT.rows(0).Item(“Referencia”).tostring) is “may-19”, but I need to get “01/05/2019” instead, which is the complete value.