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>3403289</typ>
<dataDod>[opcjonalne: data dodania jako timestamp w milisekundach]</dataDod>
<dataMod>[opcjonalne: data modyfikacji jako timestamp w milisekundach]</dataMod>
<p1>[Pole tekstowe]</p1>
<p3>[nazwaPelna]</p3>
<p2>[miejscowość]</p2>
<rect109_4_9_4>[data]</rect109_4_9_4>
<p3_1>[Pole tekstowe]</p3_1>
<p3_3>[NIP]</p3_3>
<p4>[Pole tekstowe]</p4>
<p5>[Pole tekstowe]</p5>
<p6>[Pole tekstowe]</p6>
<p7>[data]</p7>
<p8_subfield_0>[imię]</p8_subfield_0>
<p8_subfield_1>[nazwisko]</p8_subfield_1>
<p9>[Stanowisko]</p9>
<p10_subfield_0>[imię]</p10_subfield_0>
<p10_subfield_1>[nazwisko]</p10_subfield_1>
<p11>[Stanowisko]</p11>
<p12_subfield_0>[imię]</p12_subfield_0>
<p12_subfield_1>[nazwisko]</p12_subfield_1>
<p13>[Stanowisko]</p13>
<p14>[data]</p14>
<p15_>[Wartość wyboru w polu p15. Dostępne wartości: 1 2 ]</p15_>
<p16>[Pole tekstowe]</p16>
<p17>[data]</p17>
<p19>[Pole tekstowe]</p19>
<p20>[Pole tekstowe]</p20>
<p18_>[Wartość wyboru w polu p18. Dostępne wartości: 1 2 ]</p18_>
<p21>[Pole tekstowe]</p21>
<p22>[pole wielowierszowe]</p22>
<p23>[Pole tekstowe]</p23>
<p24_subfield_0>[imię]</p24_subfield_0>
<p24_subfield_1>[nazwisko]</p24_subfield_1>
<p26>[Pole tekstowe]</p26>
<p27>[Pole tekstowe]</p27>
<p25>[Pole tekstowe]</p25>
</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>PKZM</title>
<id>647394756</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>3403289</typ>
<dataDod>1374565725382</dataDod>
<dataMod>1374565725382</dataMod>
<p1>test pola tekstowego</p1>
<p3>Pełna nazwa testowa</p3>
<p2>Poznań</p2>
<rect109_4_9_4>30-10-1990</rect109_4_9_4>
<p3_1>test pola tekstowego</p3_1>
<p3_3>8875155741</p3_3>
<p4>test pola tekstowego</p4>
<p5>test pola tekstowego</p5>
<p6>test pola tekstowego</p6>
<p7>30-10-1990</p7>
<p8_subfield_0>Jan</p8_subfield_0>
<p8_subfield_1>Kowalski</p8_subfield_1>
<p9>manager</p9>
<p10_subfield_0>Jan</p10_subfield_0>
<p10_subfield_1>Kowalski</p10_subfield_1>
<p11>manager</p11>
<p12_subfield_0>Jan</p12_subfield_0>
<p12_subfield_1>Kowalski</p12_subfield_1>
<p13>manager</p13>
<p14>30-10-1990</p14>
<p15_>1</p15_>
<p16>test pola tekstowego</p16>
<p17>30-10-1990</p17>
<p19>test pola tekstowego</p19>
<p20>test pola tekstowego</p20>
<p18_>1</p18_>
<p21>test pola tekstowego</p21>
<p22>to jest pole wielowierszowe</p22>
<p23>test pola tekstowego</p23>
<p24_subfield_0>Jan</p24_subfield_0>
<p24_subfield_1>Kowalski</p24_subfield_1>
<p26>test pola tekstowego</p26>
<p27>test pola tekstowego</p27>
<p25>test pola tekstowego</p25>
</item>
</forms>
</item>
</FormsList>
</item>
</Profiles>
</data>