Page 1 of 1

RowDelimiter must be a single character or one of the character vectors ''\\r'', ''\\n'', or ''\\r\\n''

Posted: Thu Feb 09, 2017 2:19 pm
by matlab1
RowDelimiter must be a single character or one of the character vectors ''\\r'', ''\\n'', or ''\\r\\n''

Re: RowDelimiter must be a single character or one of the character vectors ''\\r'', ''\\n'', or ''\\r\\n''

Posted: Wed Jan 20, 2021 3:35 am
by matlab1
tabularTextDatastore
Datastore for tabular text filesexpand


Description
Use a TabularTextDatastore object to manage large collections of text files containing column-oriented or tabular data where the collection does not necessarily fit in memory. Tabular data is data that is arranged in a rectangular fashion with each row having the same number of entries. You can create a TabularTextDatastore object using the tabularTextDatastore function, specify its properties, and then import and process the data using object functions.





RowDelimiter — Row delimiter character
\r\n (default) | character vector | string scalar
Row delimiter character, specified as a character vector or string scalar that must be either a single character or one of '\r', '\n', or '\r\n'.

When you change the value of this property, the datastore function reevaluates the values of the TabularTextDatastore properties.

Example: ':'

Data Types: char | string




For more information,

https://www.mathworks.com/help/matlab/ref/matlab.io.datastore.tabulartextdatastore.html