DEV Community

Cover image for Feedback on Small Java Package

Feedback on Small Java Package

Andrew (he/him) on September 19, 2019

I just finished a small package built to intelligently infer schemata ("schemas") of CSV files: awwsmm / ...
Collapse
 
awwsmm profile image
Andrew (he/him)

Yeah I'm sort of fighting against OOP here. I don't want to have to create a CSV object and then run the algorithm, etc. etc. I just wanted the user to be able to say "okay, give me the schema for this file", with no other input required.

Maybe that's not the best way to go about it, though.

Collapse
 
fultonbrowne profile image
Fulton Browne

I don't have any csv files now, but I will check out!

Collapse
 
awwsmm profile image
Andrew (he/him)

There are example ones in the package!

at src/main/resources/

Collapse
 
fultonbrowne profile image
Fulton Browne

thanks will check it out!

Collapse
 
simbo1905 profile image
Simon Massey

Not what you were asking but codereview.stackexchange.com can be awesome for details...

Collapse
 
awwsmm profile image
Andrew (he/him)

Great tip!