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>2408212</typ>
<dataDod>[opcjonalne: data dodania jako timestamp w milisekundach]</dataDod>
<dataMod>[opcjonalne: data modyfikacji jako timestamp w milisekundach]</dataMod>
<p1_subfield_>[Wybór rodzaj podatnika]</p1_subfield_>
<p1_subfield_3>[nazwa pełna]</p1_subfield_3>
<p1_subfield_2>[nazwisko]</p1_subfield_2>
<p1_subfield_1>[imię]</p1_subfield_1>
<p2>[Pole tekstowe]</p2>
<p3_subfield_0>[miejscowość korespondencji]</p3_subfield_0>
<p3_subfield_1>[ulica korespondencji]</p3_subfield_1>
<p3_subfield_2>[nr domu korespondencji]</p3_subfield_2>
<p3_subfield_3>[nr lokalu korespondencji]</p3_subfield_3>
<p4>[KodPocztowyKor]</p4>
<p5>[PocztaKor]</p5>
<p6_subfield_>[Wybór rodzaj podatnika]</p6_subfield_>
<p6_subfield_3>[nazwa pełna]</p6_subfield_3>
<p6_subfield_2>[nazwisko]</p6_subfield_2>
<p6_subfield_1>[imię]</p6_subfield_1>
<p7>[Pole tekstowe]</p7>
<p8_subfield_0>[miejscowość korespondencji]</p8_subfield_0>
<p8_subfield_1>[ulica korespondencji]</p8_subfield_1>
<p8_subfield_2>[nr domu korespondencji]</p8_subfield_2>
<p8_subfield_3>[nr lokalu korespondencji]</p8_subfield_3>
<p8_subfield_4>[kod pocztowy korespondencji]</p8_subfield_4>
<p8_subfield_5>[poczta korespondencji]</p8_subfield_5>
</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>PP 24</title>
<id>647394756</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>2408212</typ>
<dataDod>1374565725382</dataDod>
<dataMod>1374565725382</dataMod>
<p1_subfield_>2</p1_subfield_>
<p1_subfield_3>Pełna nazwa testowa</p1_subfield_3>
<p1_subfield_2>Kowalski</p1_subfield_2>
<p1_subfield_1>Jan</p1_subfield_1>
<p2>test pola tekstowego</p2>
<p3_subfield_0>Poznań</p3_subfield_0>
<p3_subfield_1>Półwiejska</p3_subfield_1>
<p3_subfield_2>1</p3_subfield_2>
<p3_subfield_3>1</p3_subfield_3>
<p4>61-155</p4>
<p5>Poznań</p5>
<p6_subfield_>2</p6_subfield_>
<p6_subfield_3>Pełna nazwa testowa</p6_subfield_3>
<p6_subfield_2>Kowalski</p6_subfield_2>
<p6_subfield_1>Jan</p6_subfield_1>
<p7>test pola tekstowego</p7>
<p8_subfield_0>Poznań</p8_subfield_0>
<p8_subfield_1>Półwiejska</p8_subfield_1>
<p8_subfield_2>1</p8_subfield_2>
<p8_subfield_3>1</p8_subfield_3>
<p8_subfield_4>61-155</p8_subfield_4>
<p8_subfield_5>Poznań</p8_subfield_5>
</item>
</forms>
</item>
</FormsList>
</item>
</Profiles>
</data>