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

Post Reply
matlab1
Site Admin
Posts: 4797
Joined: Thu Dec 15, 2016 9:30 am
Contact:

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

Post by matlab1 »

RowDelimiter must be a single character or one of the character vectors ''\\r'', ''\\n'', or ''\\r\\n''
matlab1
Site Admin
Posts: 4797
Joined: Thu Dec 15, 2016 9:30 am
Contact:

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

Post 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
Post Reply

Who is online

Users browsing this forum: No registered users and 9 guests