We have prepared project trivialcsv, now we will write few lines of code, which will implemented requested feature.
Plugin will have one configurable property, Separator, which will define separator between columns. It parses and writes file of CSV, with column names on first row.
What we need is to implement subclass of FileWithFormatDataStoreBase and override some virtual methods. This class must be decorated with TabularDataStore attribute, so that DatAdmin shows it it bulkcopy wizard.
This chapter describes, how to create simple plugin from scratch. Plugin will implement import and export of CSV files. It will implement only
small subset of functionality of standard, but it is very easy to add new, custom features.
Recent comments