I have 3 filters to do on csv data and then write the filtered data to an excel file.I’m only blocking on the filter for a date field where I want to filter on all dates <= to the current date.
When I run the flow as it is I get an error message. On the other hand, if I remove the date filter, the processing goes to the end. Thanks for your help
I did what you told me (I think) and I get this error message as a result:
it may be due to the fact that the columns are not separated (semicolon) in the input range (I see that during processing)… If this is the case how could I solve the problem please.
Is your csv semicolon separated format?
If your file doesn’t contain comma as data, can you try the following logic then read new.csv using UseExcelFile?