'how can I create a new .dbf file with python (solution with ethanfurman/dbf package will be preferred)

I couldn't find any public method in ethanfurman/dbf for writing data to a given file path instead of modifying an existed file. I wanna create a dbf file from a list of tuple and the "field_specs" string.

In this solution the author mentioned dbf.Table.export() but I cannot find it from current version of lib.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source