Reputation: 71
I am new to golang and using encoding/csv ReadAll() lib to read all records of CSV file. e.g records := csv.NewReader(filename).ReadAll()
Just want to know are there any constraints that I should be aware of for e.g CSV file size etc.. How big CSV file can I read using ReadAll() without issues.
Upvotes: 0
Views: 1769
Reputation: 36
Upvotes: 2