It seems the caret delimiter could not be supported in here ```js let testd = CSV.parse('a^b^c\na^b^c', '^'); console.log(testd); ``` Output ``` [] ``` Is there any thing am I missing?
It seems the caret delimiter could not be supported in here
Output
Is there any thing am I missing?