to my knowledge there is no way (no nodes) to accomplish this by default, but it can be done using Rama’s Victory plugin. The way i’ve done it in the past was to get the file, then parse the data, and store as needed.
as you can see in the example below i create a file path by combining the default directory and a file name. then i load the string array (each line is a item in the array). then for each array item i break it down to the different parts by parsing the string based on comma separator.
i would also mention that importing csv can be finicky. any misspelling or misplaced commas can affect import. also making sure the file uses the right settings when saved is something to consider. as for the plugin itself google “rama’s victory plugin” and you should be able to find it. i think its on github and theres a version for each engine version (at least there was last i downloaded).
