You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PapayaCsvReader uses a byte offset to read a CSV file line by line. It also opens and closes the CSV file after each line. It's not really the most usable piece of code and could be replaced by an Iterator that reads and returns one CSV line for each iteration.
The text was updated successfully, but these errors were encountered:
PapayaCsvReader uses a byte offset to read a CSV file line by line. It also opens and closes the CSV file after each line. It's not really the most usable piece of code and could be replaced by an Iterator that reads and returns one CSV line for each iteration.
The text was updated successfully, but these errors were encountered: