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>29196197</typ>
<dataDod>[opcjonalne: data dodania jako timestamp w milisekundach]</dataDod>
<dataMod>[opcjonalne: data modyfikacji jako timestamp w milisekundach]</dataMod>
<p1>[Data wypełnienia]</p1>
<p2>[pole wielowierszowe]</p2>
<p3_1_subfield_0>[miejscowość]</p3_1_subfield_0>
<p3_1_subfield_1>[ulica]</p3_1_subfield_1>
<p3_1_subfield_2>[nr domu]</p3_1_subfield_2>
<p3_1_subfield_3>[nr lokalu]</p3_1_subfield_3>
<p3__subfield_0>[kod pocztowy]</p3__subfield_0>
<p3__subfield_1>[poczta]</p3__subfield_1>
<p4_1>[DONumer]</p4_1>
<p4_2>[DOWydanyPrzez]</p4_2>
<p5>[PESEL]</p5>
<p5_1>[REGON]</p5_1>
<p6>[Pole tekstowe]</p6>
<p7>[Telefon]</p7>
<p8>[pole wielowierszowe]</p8>
<p9>[Pole tekstowe]</p9>
</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>WoWDR-Sz</title>
<id>647394756</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>29196197</typ>
<dataDod>1374565725382</dataDod>
<dataMod>1374565725382</dataMod>
<p1>30-10-2014</p1>
<p2>to jest pole wielowierszowe</p2>
<p3_1_subfield_0>Poznań</p3_1_subfield_0>
<p3_1_subfield_1>Strzelecka</p3_1_subfield_1>
<p3_1_subfield_2>1</p3_1_subfield_2>
<p3_1_subfield_3>1</p3_1_subfield_3>
<p3__subfield_0>61-155</p3__subfield_0>
<p3__subfield_1>Poznań</p3__subfield_1>
<p4_1>ACN285956</p4_1>
<p4_2>Prezydent m. Poznania</p4_2>
<p5>23050608219</p5>
<p5_1>773461194</p5_1>
<p6>test pola tekstowego</p6>
<p7>500600400</p7>
<p8>to jest pole wielowierszowe</p8>
<p9>test pola tekstowego</p9>
</item>
</forms>
</item>
</FormsList>
</item>
</Profiles>
</data>