Read non-tabular text file using datastore or mapreduce
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How can I read non-tabular text file using datastore or mapreduce? Thanks
0 comentarios
Respuestas (2)
yashwanth annapureddy
el 19 de Nov. de 2014
Hi Darek,
As you might already know datastore is primarily meant for large tabular data sets. Non-tabular/blocked reading is something we want to look at also in the near future.
However you should be able to play with the TextscanFormats to read the data you care about just as you would using textscan for reading non-tabular data. For example, as you may already know, you can set the TextscanFormats as '%q' and read in a table with one variable name with the block of text for further processing.
I could probably help more, if you provide a sample text file?
hope this helps.
0 comentarios
Darek
el 19 de Nov. de 2014
3 comentarios
yashwanth annapureddy
el 4 de Dic. de 2014
By records if you mean lines in the file, datastore is probably not the right tool to count the number of records in a file. Lower or even system level functions like the ones mentioned in this thread might be useful for this kind of analysis.
Ver también
Categorías
Más información sobre MapReduce en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!