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>2412095</typ>
<dataDod>[opcjonalne: data dodania jako timestamp w milisekundach]</dataDod>
<dataMod>[opcjonalne: data modyfikacji jako timestamp w milisekundach]</dataMod>
<p1_subfield_1>[nazwisko]</p1_subfield_1>
<p1_subfield_0>[imię]</p1_subfield_0>
<p5>[Data wypełnienia]</p5>
<p2_subfield_0>[miejscowość]</p2_subfield_0>
<p2_subfield_1>[ulica]</p2_subfield_1>
<p2_subfield_2>[nr domu]</p2_subfield_2>
<p2_subfield_3>[nr lokalu]</p2_subfield_3>
<p2_subfield_4>[kod pocztowy]</p2_subfield_4>
<p2_subfield_5>[poczta]</p2_subfield_5>
<p3>[Telefon]</p3>
<p4>[PESEL]</p4>
<p6>[pole wielowierszowe]</p6>
<p7>[pole wielowierszowe]</p7>
<p8>[Pole tekstowe]</p8>
<p9>[Pole tekstowe]</p9>
<p10>[Pole tekstowe]</p10>
<p11>[pole wielowierszowe]</p11>
<p12>[data]</p12>
<p13_>[Wartość wyboru w polu p13. Dostępne wartości: 1 2 ]</p13_>
<p14>[Pole tekstowe]</p14>
<p15>[Pole tekstowe]</p15>
<p16>[Pole tekstowe]</p16>
<p17>[Pole tekstowe]</p17>
</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>ZRB-Sz</title>
<id>647394756</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>2412095</typ>
<dataDod>1374565725382</dataDod>
<dataMod>1374565725382</dataMod>
<p1_subfield_1>Kowalski</p1_subfield_1>
<p1_subfield_0>Jan</p1_subfield_0>
<p5>30-10-2014</p5>
<p2_subfield_0>Poznań</p2_subfield_0>
<p2_subfield_1>Strzelecka</p2_subfield_1>
<p2_subfield_2>1</p2_subfield_2>
<p2_subfield_3>1</p2_subfield_3>
<p2_subfield_4>61-155</p2_subfield_4>
<p2_subfield_5>Poznań</p2_subfield_5>
<p3>500600400</p3>
<p4>23050608219</p4>
<p6>to jest pole wielowierszowe</p6>
<p7>to jest pole wielowierszowe</p7>
<p8>test pola tekstowego</p8>
<p9>test pola tekstowego</p9>
<p10>test pola tekstowego</p10>
<p11>to jest pole wielowierszowe</p11>
<p12>30-10-1990</p12>
<p13_>1</p13_>
<p14>test pola tekstowego</p14>
<p15>test pola tekstowego</p15>
<p16>test pola tekstowego</p16>
<p17>test pola tekstowego</p17>
</item>
</forms>
</item>
</FormsList>
</item>
</Profiles>
</data>