dotnetdbf | basic file parser written in C # for reading and writing

 by   ekonbenefits C# Version: v6.0.0.3 License: LGPL-2.1

kandi X-RAY | dotnetdbf Summary

kandi X-RAY | dotnetdbf Summary

dotnetdbf is a C# library. dotnetdbf has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.

This is a basic file parser written in C# for reading and writing xBase DBF files. Pure .NET direct access to xBase DBF. No need OBBC/JDBC for readind and writeing xBase DBF. xBase DBF files are used by Clipper and FoxPro. Compilable on Linux (Mono). For .net 4.0 projects there is an enumeration framework in which makes it easy to use Linq to Objects. Code derived from javadbf.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              dotnetdbf has a low active ecosystem.
              It has 45 star(s) with 24 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 12 open issues and 11 have been closed. On average issues are closed in 471 days. There are 4 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of dotnetdbf is v6.0.0.3

            kandi-Quality Quality

              dotnetdbf has 0 bugs and 0 code smells.

            kandi-Security Security

              dotnetdbf has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              dotnetdbf code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              dotnetdbf is licensed under the LGPL-2.1 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              dotnetdbf releases are available to install and integrate.
              Installation instructions are available. Examples and code snippets are not available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dotnetdbf
            Get all kandi verified functions for this library.

            dotnetdbf Key Features

            No Key Features are available at this moment for dotnetdbf.

            dotnetdbf Examples and Code Snippets

            No Code Snippets are available at this moment for dotnetdbf.

            Community Discussions

            No Community Discussions are available at this moment for dotnetdbf.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install dotnetdbf

            Use [NuGet](http://nuget.org/packages/dotnetdbf/) from Visual Studio.
            <pre> using (Stream fos = File.Open(dbffile, FileMode.OpenOrCreate, FileAccess.ReadWrite)) using (var writer = new DBFWriter()) { writer.CharEncoding = Encoding.GetEncoding(866); writer.Signature = DBFSigniture.DBase3; writer.LanguageDriver = 0x26; // Eq to CP866 var field1 = new DBFField("DOCDATE", NativeDbType.Date); var field2 = new DBFField("DOCNUMBER", NativeDbType.Char, 50); …​ var field9 = new DBFField("f9", NativeDbType.Char, 20); writer.Fields = new[] { field1, field2, field3, field4, field5, field6, field7, field8, field9 }; foreach (var item in items) { writer.AddRecord( …​ ); } writer.Write(fos); } </pre>.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ekonbenefits/dotnetdbf.git

          • CLI

            gh repo clone ekonbenefits/dotnetdbf

          • sshUrl

            git@github.com:ekonbenefits/dotnetdbf.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link