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>14302387</typ>
<dataDod>[opcjonalne: data dodania jako timestamp w milisekundach]</dataDod>
<dataMod>[opcjonalne: data modyfikacji jako timestamp w milisekundach]</dataMod>
<p1_1>[pole wielowierszowe]</p1_1>
<p1_2_subfield_0>[miejscowość]</p1_2_subfield_0>
<p1_2_subfield_1>[ulica]</p1_2_subfield_1>
<p1_2_subfield_2>[nr domu]</p1_2_subfield_2>
<p1_2_subfield_3>[nr lokalu]</p1_2_subfield_3>
<p1_3_subfield_0>[kod pocztowy]</p1_3_subfield_0>
<p1_3_subfield_1>[poczta]</p1_3_subfield_1>
<p1_4>[NIP]</p1_4>
<p2_1>[data]</p2_1>
<p2_2>[Pole tekstowe]</p2_2>
<p2_3>[pole wielowierszowe]</p2_3>
<p2_4>[pole wielowierszowe]</p2_4>
<p2_5>[pole wielowierszowe]</p2_5>
<p2_6>[Pole kwoty]</p2_6>
<p2_7>[Lista walut]</p2_7>
<p2_8>[Pole kwoty]</p2_8>
<p2_9>[Lista walut]</p2_9>
<p2_10>[Pole kwoty]</p2_10>
<p2_11>[Lista walut]</p2_11>
<p2_12>[Pole kwoty]</p2_12>
<p2_13>[Lista walut]</p2_13>
<p2_14_subfield_0>[imię]</p2_14_subfield_0>
<p2_14_subfield_1>[nazwisko]</p2_14_subfield_1>
<p2_15_subfield_0>[imię]</p2_15_subfield_0>
<p2_15_subfield_1>[nazwisko]</p2_15_subfield_1>
</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>PT</title>
<id>647394756</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>14302387</typ>
<dataDod>1374565725382</dataDod>
<dataMod>1374565725382</dataMod>
<p1_1>to jest pole wielowierszowe</p1_1>
<p1_2_subfield_0>Poznań</p1_2_subfield_0>
<p1_2_subfield_1>Strzelecka</p1_2_subfield_1>
<p1_2_subfield_2>1</p1_2_subfield_2>
<p1_2_subfield_3>1</p1_2_subfield_3>
<p1_3_subfield_0>61-155</p1_3_subfield_0>
<p1_3_subfield_1>Poznań</p1_3_subfield_1>
<p1_4>8875155741</p1_4>
<p2_1>30-10-1990</p2_1>
<p2_2>test pola tekstowego</p2_2>
<p2_3>to jest pole wielowierszowe</p2_3>
<p2_4>to jest pole wielowierszowe</p2_4>
<p2_5>to jest pole wielowierszowe</p2_5>
<p2_6>10</p2_6>
<p2_7></p2_7>
<p2_8>10</p2_8>
<p2_9></p2_9>
<p2_10>10</p2_10>
<p2_11></p2_11>
<p2_12>10</p2_12>
<p2_13></p2_13>
<p2_14_subfield_0>Jan</p2_14_subfield_0>
<p2_14_subfield_1>Kowalski</p2_14_subfield_1>
<p2_15_subfield_0>Jan</p2_15_subfield_0>
<p2_15_subfield_1>Kowalski</p2_15_subfield_1>
</item>
</forms>
</item>
</FormsList>
</item>
</Profiles>
</data>