NetLogo 7.0.0-beta2:

csv:from-string

csv:from-string string csv:from-string string delimiter

Parses a string representation of one or more CSV rows and returns it as a list of lists of values. For example:

Take me to the full CSV Extension Dictionary