How to handle changes to imported csv files
Show older comments
I am currently using readtable with DelimitedTextImportOptions to extract specific variables only (i.e total deposits) from multiple csv files of financial institutions to do some analysis. These files all have the same structure(same number of rows and columns and same variable names). What functionality can use to handle any changes to these csv files? i.e a new column or row is added to them? I would still only be interested in specific variables though like total depsits
Accepted Answer
More Answers (0)
Categories
Find more on Whos in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!