Tomas Lima
07/09/2024, 9:18 PMMoises Morales
07/09/2024, 9:36 PM"Can't parse line \"%s\" in %s, probably wrong parsing parameters or inappropriate usage of escape character.\",\"parameters\":[\"8105\",\"upload_dataset.td_orcamento.csv\"]
It is indeed possible that those are getting through when running the graph locally.
There are few options how to troubleshoot this further:
a) review content of source records close to row mentioned in error message.
b) you can remove non-printable character using the component: Reformat
c) CC CTL2 function removeNonPrintable(string) should eliminate this type of error.
More information can be found here: String FunctionsTomas Lima
07/10/2024, 12:38 AMMoises Morales
07/10/2024, 12:43 AMTomas Lima
07/10/2024, 12:48 AMMoises Morales
07/10/2024, 1:00 AMComponent [DW_TF_ORCAMENTO:DW_TF_ORCAMENTO] finished with status ERROR.:
f0120dtaemissao (date) cannot be set to "Mar 22 2024 12:00AM" - doesn't match defined format "yyyy-MM-dd HH:mm:ss" in field 12 ("f0120dtaemissao"), metadata "TF_ORCAMENTO"; value: 'Mar 22 2024 12:00AM':
Unparseable date: "Mar 22 2024 12:00AM" at position 0
Could you take a look?