- 
        Couldn't load subscription status. 
- Fork 42
How Do I ...?
        Benjamin edited this page Mar 25, 2022 
        ·
        13 revisions
      
    The following list is a list of common questions about how to convert specific patterns. If you don't see yours, feel free to ask.
The extras folder contains a few viable work-arounds to some common problems:
- Recordset - Gives you much of the ADODB feel without changing too much. Also can be customized to extend.
- FixedWidthRecord - A stand-in mapper to handle any 'fixed-length' records, common to VB6.
- 
CsvRecord.cs - Built from the same base as the FixedWidthRecord, provides a common interface to read/write CSV files.