darrenhillconsulting
12/15/2020, 6:30 PMlinecount
of a CSV file? I must simply 'iterate' it with the iterator and count myself?Kris Jones
12/15/2020, 6:41 PMcsv.split('\n').length
work?Kris Jones
12/15/2020, 6:42 PMstalbert
12/15/2020, 6:47 PMFile.lines
property has any juicy info on it. The only thing documented is the iterator()
but maybe there's more secret sauce?darrenhillconsulting
12/15/2020, 7:19 PMdarrenhillconsulting
12/15/2020, 7:28 PMbattk
12/15/2020, 7:32 PMbattk
12/15/2020, 7:32 PMcreece
12/15/2020, 7:43 PMdarrenhillconsulting
12/15/2020, 8:35 PMdarrenhillconsulting
12/15/2020, 8:35 PMcreece
12/15/2020, 8:52 PMdarrenhillconsulting
12/15/2020, 10:20 PMdarrenhillconsulting
12/15/2020, 10:21 PM