How do I import data into xTuple?
There are two methods for importing data into the database of xTuple ERP.
- CSVimp
First, xTuple offers a free application called CSVimp that is designed to import Comma Separated Value (CSV) files into the database for the xTuple Applications (The same tool works for PostBooks, Standard and Manufacturing Editions). You can download CSVimp from our SourceForge project site. And detailed instructions for using CSVimp are available in our documents section. - xTuple API
The second method is to use the API. The goal of the xTuple Application Programmer Interface (API) is to make importing data directly into the database much safer and easier than it is going directly into the regular table structure. Our appoach is to allow users to create, access, and update xTuple documents using a special database schema that closely mirrors the graphical user interface (GUI). You can read more about using the API to import data into xTuple ERP in the docs section.
