Vu Duc Nguyen (Rory)

Results 3 comments of Vu Duc Nguyen (Rory)

@kou The code in my application like this ```ruby catch(:max_lines) do File.open(file.path, "rt").each_line.with_index do |line, i| # handle line with gsub... csv_parse = CSV.parse(line.gsub(/\r\n?/, "\n")) # ... csv_parse.each do |row|...

We only use csv files with normal data with 10000 lines, sample data or > I just want to reproduce this on local Because the local memory is so large,...

ohhh sorry. We are using Jenkins and don't have docker compose for this