HI,
My Power Automate keeps crashing when I'm trying to read a CSV file so that I can convert it into .xlsx, it happens when Power Automate is reading the CSV file delimited by ; and it suddenly find a delimiter like this -> ;"
_______________________________________________________________ERROR MESSAGE___________________________________________________
Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Failed to import. Error parsing ---> Microsoft.VisualBasic.FileIO.MalformedLineException: Line 11486 cannot be parsed using the current Delimiters.
in Microsoft.VisualBasic.FileIO.TextFieldParser.ParseDelimitedLine()
in Microsoft.VisualBasic.FileIO.TextFieldParser.ReadFields()
in Microsoft.Flow.RPA.Desktop.Modules.File.Actions.Utilities.ReadFieldsEnhanced(TextFieldParser parser)
in Microsoft.Flow.RPA.Desktop.Modules.File.Actions.ReadFromCSVFileAction.Execute(ActionContext context)
--- End of internal exception stack tracing ---
in Microsoft.Flow.RPA.Desktop.Modules.File.Actions.ReadFromCSVFileAction.Execute(ActionContext context)
in Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)
4977766790215;DCPL3550CDWYY;BRODCPL3550CDWYY;BROTHER MULTIF LASER COLOR A4 DCP-L3550CDW;BROTHER;Color Laser Multifunction;24;0;;27,400;523;589;568;BRODCPL3550CDWYY;https://www.brother. en/multifunction/printers-multifunction-laser-color/dcp-l3550cdw;"Multifunction WiFi LED color laser printer with 50-sheet document feeder and automatic two-sided printingPrinter | Copier | ScannerTray 250 sheets Speed 18 ppm Mobile and Cloud Security "SUBST DCP-9020CDW
____________________________________________________________________________________________________________________________________
Any suggestion on how to fix this issue?
Thanks in advance.