The following command-line script results in an out-of-memory error. It is caused by the empty CSV line: ``` XQUERY file:write-text-lines('test.csv', '') SET PARSER csv CREATE DB test test.csv ```
The following command-line script results in an out-of-memory error. It is caused by the empty CSV line: