Message 1 of 26
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I need to find a value in a line of a CSV file, and get a list from a line. The CSV file is located in Trusted paths and Support paths.
In the attached file, column A contains the names with which the search will be carried out.
Thus, the CSV file is found first, and then the line in the CSV file is found. And, if there is * character in the cell before the data, then a real number is returned, and if there is no * character, then a string value is returned.
For instance:
- if "text-arial" is found, then it will return the list '("Arial" "arial.ttf" 1 0)
- if "text-simplex" is found, then it will return the list '("Simplex" "simplex.shx" 0.8 0.279253)
- if "text-tnr" is found, then it will return a list '("TNR" "times.ttf" 1 0)
Can anyone help me?
Solved! Go to Solution.