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>2550527</typ>
<dataDod>[opcjonalne: data dodania jako timestamp w milisekundach]</dataDod>
<dataMod>[opcjonalne: data modyfikacji jako timestamp w milisekundach]</dataMod>
<p0_1>[nazwaPelna]</p0_1>
<p0_1_6_subfield_0>[miejscowość]</p0_1_6_subfield_0>
<p0_1_6_subfield_1>[ulica]</p0_1_6_subfield_1>
<p0_1_6_subfield_2>[nr domu]</p0_1_6_subfield_2>
<p0_1_6_subfield_3>[nr lokalu]</p0_1_6_subfield_3>
<p0_1_6_subfield_4>[kod pocztowy]</p0_1_6_subfield_4>
<p0_1_6_subfield_5>[poczta]</p0_1_6_subfield_5>
<p0_1_6_1>[NIP]</p0_1_6_1>
<p1>[Pole tekstowe]</p1>
<p3_>[Wartość wyboru w polu p3. Dostępne wartości: 1 2 ]</p3_>
<p4>[Pole tekstowe]</p4>
<p2>[Pole tekstowe]</p2>
<p5>[pole wielowierszowe]</p5>
<p7>[pole wielowierszowe]</p7>
<p6>[Pole integer - wartość liczbowa]</p6>
<p8>[pole wielowierszowe]</p8>
<p9>[data]</p9>
<p10>[Data wypełnienia]</p10>
<p11>[data]</p11>
<p12>[Pole tekstowe]</p12>
<p13>[Pole tekstowe]</p13>
<p14>[pole wielowierszowe]</p14>
<p15>[pole wielowierszowe]</p15>
<p16>[pole wielowierszowe]</p16>
<p17>[pole wielowierszowe]</p17>
<p18>[pole wielowierszowe]</p18>
<p19>[pole wielowierszowe]</p19>
</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>LT/LN</title>
<id>647394756</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>2550527</typ>
<dataDod>1374565725382</dataDod>
<dataMod>1374565725382</dataMod>
<p0_1>Pełna nazwa testowa</p0_1>
<p0_1_6_subfield_0>Poznań</p0_1_6_subfield_0>
<p0_1_6_subfield_1>Strzelecka</p0_1_6_subfield_1>
<p0_1_6_subfield_2>1</p0_1_6_subfield_2>
<p0_1_6_subfield_3>1</p0_1_6_subfield_3>
<p0_1_6_subfield_4>61-155</p0_1_6_subfield_4>
<p0_1_6_subfield_5>Poznań</p0_1_6_subfield_5>
<p0_1_6_1>8875155741</p0_1_6_1>
<p1>test pola tekstowego</p1>
<p3_>1</p3_>
<p4>test pola tekstowego</p4>
<p2>test pola tekstowego</p2>
<p5>to jest pole wielowierszowe</p5>
<p7>to jest pole wielowierszowe</p7>
<p6>10</p6>
<p8>to jest pole wielowierszowe</p8>
<p9>30-10-1990</p9>
<p10>30-10-2014</p10>
<p11>30-10-1990</p11>
<p12>test pola tekstowego</p12>
<p13>test pola tekstowego</p13>
<p14>to jest pole wielowierszowe</p14>
<p15>to jest pole wielowierszowe</p15>
<p16>to jest pole wielowierszowe</p16>
<p17>to jest pole wielowierszowe</p17>
<p18>to jest pole wielowierszowe</p18>
<p19>to jest pole wielowierszowe</p19>
</item>
</forms>
</item>
</FormsList>
</item>
</Profiles>
</data>