Wzór pliku:
<data type="com.efile.importer.ImportData">
<Profiles type="Array">
<item type="com.efile.data.DBProfile">
<FormsList type="Array">
<item type="com.efile.data.DBForm">
<title>[nazwa formularza na liście moich formularzy]</title>
<id>[opcjonalne: id wypełnionego formularza, jeśli będzie już taki wpisany w profilu to zostanie nadpisany, musi być unikalny w zakresie profilu, do którego jest importowany]</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>34522907</typ>
<dataDod>[opcjonalne: data dodania jako timestamp w milisekundach]</dataDod>
<dataMod>[opcjonalne: data modyfikacji jako timestamp w milisekundach]</dataMod>
<rect865>[Nagłówek]</rect865>
<date_from>[Pole tekstowe]</date_from>
<date_to>[Pole tekstowe]</date_to>
<supplier_name>[Pole tekstowe]</supplier_name>
<customer_name>[pole wielowierszowe]</customer_name>
<supplier_street_building>[Pole tekstowe]</supplier_street_building>
<supplier_postal_city>[Pole tekstowe]</supplier_postal_city>
<customer_street_building>[Pole tekstowe]</customer_street_building>
<supplier_vat_no>[Pole tekstowe]</supplier_vat_no>
<customer_postal_city>[Pole tekstowe]</customer_postal_city>
<supplier_email>[Pole tekstowe]</supplier_email>
<customer_vat_no>[Pole tekstowe]</customer_vat_no>
<customer_krs>[Pole tekstowe]</customer_krs>
<date>[Pole tekstowe]</date>
<pits>[Pole kwoty]</pits>
<payments>[Pole kwoty]</payments>
<costs>[Pole kwoty]</costs>
<desc>[Pole tekstowe]</desc>
<counter>[Pole powtarzalne]</counter>
<sum_pits>[Pole kwoty]</sum_pits>
<sum_payments>[Pole kwoty]</sum_payments>
<sum_costs>[Pole kwoty]</sum_costs>
<invoice_number>[Pole tekstowe]</invoice_number>
<rect864_7>[Pole podziału sekcji]</rect864_7>
<costs_net>[Pole kwoty]</costs_net>
<costs_vat>[Pole kwoty]</costs_vat>
<rect864>[Koniec strony]</rect864>
</item>
</forms>
</item>
<item type="com.efile.data.DBForm">
<forms type="Array">
<item type="com.efile.data.FormFields">
[... kolejny formularz ...]
</item>
</forms>
<title>[nazwa formularza na liście moich formularzy]</title>
</item>
</FormsList>
</item>
</Profiles>
</data>
Przykład pliku:
<data type="com.efile.importer.ImportData">
<Profiles type="Array">
<item type="com.efile.data.DBProfile">
<FormsList type="Array">
<item type="com.efile.data.DBForm">
<title>R-AdOPP e-file</title>
<id>647394756</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>34522907</typ>
<dataDod>1374565725382</dataDod>
<dataMod>1374565725382</dataMod>
<rect865></rect865>
<date_from>test pola tekstowego</date_from>
<date_to>test pola tekstowego</date_to>
<supplier_name>test pola tekstowego</supplier_name>
<customer_name>to jest pole wielowierszowe</customer_name>
<supplier_street_building>test pola tekstowego</supplier_street_building>
<supplier_postal_city>test pola tekstowego</supplier_postal_city>
<customer_street_building>test pola tekstowego</customer_street_building>
<supplier_vat_no>test pola tekstowego</supplier_vat_no>
<customer_postal_city>test pola tekstowego</customer_postal_city>
<supplier_email>test pola tekstowego</supplier_email>
<customer_vat_no>test pola tekstowego</customer_vat_no>
<customer_krs>test pola tekstowego</customer_krs>
<date>test pola tekstowego</date>
<pits>10</pits>
<payments>10</payments>
<costs>10</costs>
<desc>test pola tekstowego</desc>
<counter></counter>
<sum_pits>10</sum_pits>
<sum_payments>10</sum_payments>
<sum_costs>10</sum_costs>
<invoice_number>test pola tekstowego</invoice_number>
<rect864_7></rect864_7>
<costs_net>10</costs_net>
<costs_vat>10</costs_vat>
<rect864></rect864>
</item>
</forms>
</item>
</FormsList>
</item>
</Profiles>
</data>