Give us feedback
dbfreader
Service icon

DBFReader

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 08 November 2021 by 
Leonardo Fernandes, Michael Samuel
5.0
 (1 rating)
dbfreader

DBFReader

Details
An extension to read DBF files. Pass in a DBF binary file and receive a list of columns with data types, and a list of rows with cell values.
Read more

Simple extension to convert a DBF file into a structure.

Column Information:

  • Column Name
  • Data Type (currently supporting Text, Integer, Decimal, Boolean, DateTime and Binary)


Cell Information:

  • Column Name
  • Column Index
  • Value


Data is returned as a record list of Columns, and then a record list of Rows containing a record list of Cells.

Based on the dBASE.Net library (v1.2.1).

Release notes (1.0.0)
Reviews (0)
Team