You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already used super-csv in Java in a previous project. Now I'm working on a project in Python and I cannot find documentation with examples on how to implement the super-csv in Python with the cellProcessors.
My use case is the following: I want to do the schema validation of my csv files that do not necessarilly share the same schema. So I would need to create cellProcessors and use them to read my csv files.
Could you please provide some examples in python?
The text was updated successfully, but these errors were encountered:
I already used
super-csv
inJava
in a previous project. Now I'm working on a project inPython
and I cannot find documentation with examples on how to implement thesuper-csv
inPython
with thecellProcessors
.My use case is the following: I want to do the schema validation of my
csv
files that do not necessarilly share the same schema. So I would need to createcellProcessors
and use them to read mycsv
files.Could you please provide some examples in python?
The text was updated successfully, but these errors were encountered: