Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"the parameter is incorrect" on ICsv
#2
your string is not properly formatted for csv that is why you keep getting the error
 

from qm help
Quote:CSV is a simple text format used to store tables. Rows are separated by new lines, cells by commas. Values containing new lines, commas or double quotes are enclosed in double quotes. Double quotes are doubled. Spaces around commas and new lines are ignored. Example:
 
value1,value2, value3
11,22,33
"value, with, commas","value with ""quotes""","multiline
value"
,,
,rows with empty values,
,,
The CSV file format is supported by many programs, including Microsoft Excel, and therefore can be used to exchange data between them.


Messages In This Thread
"the parameter is incorrect" on ICsv - by ilcaa - 08-20-2020, 03:03 AM
RE: "the parameter is incorrect" on ICsv - by Kevin - 08-20-2020, 04:35 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)