slowmokit icon indicating copy to clipboard operation
slowmokit copied to clipboard

Feature: Implement csv reader

Open UtkarshGoelUT opened this issue 2 years ago • 3 comments

UtkarshGoelUT avatar Jan 23 '23 15:01 UtkarshGoelUT

To implement it, I was thinking either we need to use any 3rd party cpp library because we need to store multiple data types in single data structure. or else I'm thinking of one alternative of it that we can store data type of every column of csv file and when we need to apply any function over that data, we consider data type and on runtime convert it and use it accordingly!

Sar-thak-3 avatar Feb 04 '23 05:02 Sar-thak-3

To implement it, I was thinking either we need to use any 3rd party cpp library because we need to store multiple data types in single data structure. or else I'm thinking of one alternative of it that we can store data type of every column of csv file and when we need to apply any function over that data, we consider data type and on runtime convert it and use it accordingly!

Second option seems good but again first complete the issues already assigned to you. Only then move on to others.

uttammittal02 avatar Feb 04 '23 11:02 uttammittal02

I'm interested sir, kindly assign it to me!

Sar-thak-3 avatar Feb 18 '23 03:02 Sar-thak-3