Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
Important Update: Community Platform Migration​. Learn more​>

Tab separated CSV files

postaquestion
Novice
1,235 Views
We are using the Intel Fortran Compiler.
How can we use tab seperated csv files?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
1,235 Views
I read them in as text and separate out the fields using INDEX looking for tabs, then do an internal READ from the substring. You may have to play games with any quote-delimited fields.
0 Kudos
Reply