Plugin development

Your first plugin - Trivial CSV - part 2

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.


Your first plugin - Trivial CSV - part 1

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.

How to compile DBF plugin

This topic describes, how to compile and debug plugin for DBF files using Visual Studio 2008 or higher.

Subscribe to RSS - Plugin development