Is there a list of datastore SelectedFormats?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello,
I was not able to find a comprehensive list of Selected formats in the docs.
%q = string
%C = categorical
%f = floating
%d = integer
Are there others? Is there a format for datetimes?
Thanks,
Michael
0 Commenti
Risposta accettata
Peter Perkins
il 30 Ago 2019
Somewhat buried in the tabularTextDatastore doc: "You can use the same conversion specifiers that the textscan function accepts". So %D, or %{fmt}D should work.
Più risposte (1)
Nimit Dhulekar
il 30 Ago 2019
Hi Michael,
The SelectedFormats property of TabularTextDatastore accepts all formats that are accepted by textscan. You can see this note in the documentation for the TextscanFormats property, which is a superset of the SelectedFormats.
-Nimit
Vedere anche
Categorie
Scopri di più su Large Files and Big Data in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!