Skip to content

Commit 68d41a8

Browse files
committed
Update exporttocsv.md
1 parent bf2fb94 commit 68d41a8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/api/methods/exporttocsv.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _None_
5252

5353
>📝**Note**
5454
>{: .text-grey-lt-000 .bg-green-000 }
55-
>The *csvArray* parameter can be an `ECPArrayList` or an array variable, passing another type of variable will cause an error.
55+
>The *csvArray* parameter can be an `ECPArrayList` or an array (one-dimensional, two-dimensional or jagged) variable, passing another type of variable will cause an error.
5656
{: .text-grey-dk-300 .bg-grey-lt-000 }
5757

5858
See also
@@ -64,4 +64,9 @@ See also
6464

6565
If the `pconfig` parameter is omited, the parser will use the `ParseConfig` property as configuration object. If the file specified in the `.path` configuration property all ready exist and have some content on it the parser will try to guess delimiters and the data will be append to the file.
6666

67+
>⚠️**Caution**
68+
>{: .text-grey-lt-000 .bg-green-000 }
69+
>If there is an unescaped field, the `ExportToCSV` method will append the specified escape character to the end of the field. This is because if the data is written with this problem, the parser will not be able to import it on future occasions.
70+
{: .text-grey-dk-300 .bg-yellow-000 }
71+
6772
[Back to Methods overview](https://ws-garcia.github.io/VBA-CSV-interface/api/methods/)

0 commit comments

Comments
 (0)