Here is an example of a csv file that I am trying to import into Ignition. This is a nightmare! So many escape characters...I have tried to convert to xml with Excel with no luck. I have tried different Python scripts...I am lost.
Example of the csv file:
PartNumber,CRPartNumber,Description,UOM,Vendor,MAX,ActualQTY,,,PartNumber,OnOrder,OrderQTY,PlacedOnOrderDate,PartialOrder
124105,S-15828,"Adhesive, 3M Polystyrene Foam Insulation 78 Spray",EA,ULine,10,19,,,124105,1,19,2/28/2025,0
123457,123457,"NON STOCK - Welding, Wire, Stainless Steel, 316 - .035, Hard Core, 35LB Spools",EA,Matheson,0,10,,,123457,0,0,,
124025,S-16419,"Alcohol, Rubbing, House hold use sized",EA,ULine,14,36,,,124025,0,0,,0
123458,PFM1411580,"NON RESTOCK - Anchor, Reusable, 10 X KH-EZ 5/8 x 4""""",BX,Zoro,1,50,,,123458,0,0,,
124268,PFM1411600,"Anchor, Reusable, 10 X KH-EZ 5/8"" x 5""""""",BX,Zoro,3,4,,,124268,0,0,,0
124073,3091A35,"Drill Bit, Metal Cutting - M16 - 1/2"" Shank - 3091A35",EA,McMaster Carr,2,23,,,124073,0,0,,
124070,PFM1411640,"Anchor, Reusable, 10 X KH-EZ 5/8"" x 6""""""",BX,Zoro,1,6,,,124070,0,0,,
124190,8305A24,"Tap, Hand, M18X2.5 Taper""",EA,McMaster Carr,1,26,,,124190,0,0,,
124071,PFM1411460,"NON RESTOCK - Anchor, Reusable, 25 X KH-EZ 1/2"" x 5""""""",BX,Zoro,0,0,,,124071,0,0,,
Any advice would be GREATLY appreciated.