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>20710599</typ>
<dataDod>[opcjonalne: data dodania jako timestamp w milisekundach]</dataDod>
<dataMod>[opcjonalne: data modyfikacji jako timestamp w milisekundach]</dataMod>
<p1_subfield_0>[ID Urzędu Miasta z bazy danych programu fillup]</p1_subfield_0>
<p1_subfield_1>[ID Starostwa Powiatowego z bazy programu fillup]</p1_subfield_1>
<p2_>[Wartość wyboru w polu p2. Dostępne wartości: 1 2 ]</p2_>
<p3>[data]</p3>
<p4_1>[Pole tekstowe]</p4_1>
<p4_2>[Pole tekstowe]</p4_2>
<p5>[pole wielowierszowe]</p5>
<p6>[KodKraju]</p6>
<p7>[Wojewodztwo]</p7>
<p8>[Powiat]</p8>
<p9>[Gmina]</p9>
<p10>[Miejscowosc]</p10>
<p11>[Ulica]</p11>
<p12>[NrDomu]</p12>
<p13>[NrLokalu]</p13>
<p14>[KodPocztowy]</p14>
<p15_subfield_0>[telefon]</p15_subfield_0>
<p15_subfield_1>[e-mail]</p15_subfield_1>
<p16_subfield_0>[miejscowość korespondencji]</p16_subfield_0>
<p16_subfield_1>[ulica korespondencji]</p16_subfield_1>
<p16_subfield_2>[nr domu korespondencji]</p16_subfield_2>
<p16_subfield_3>[nr lokalu korespondencji]</p16_subfield_3>
<p16_subfield_4>[kod pocztowy korespondencji]</p16_subfield_4>
<p16_subfield_5>[poczta korespondencji]</p16_subfield_5>
<p17_1>[Checkbox (pole wyboru tak/nie)]</p17_1>
<p17_2>[Checkbox (pole wyboru tak/nie)]</p17_2>
<p17_3>[Checkbox (pole wyboru tak/nie)]</p17_3>
<p17_4>[Checkbox (pole wyboru tak/nie)]</p17_4>
<p17_5>[Checkbox (pole wyboru tak/nie)]</p17_5>
<p17_6>[Checkbox (pole wyboru tak/nie)]</p17_6>
<p18>[pole wielowierszowe]</p18>
<p19>[Wojewodztwo]</p19>
<p20>[Powiat]</p20>
<p21>[Gmina]</p21>
<p22>[Miejscowosc]</p22>
<p23>[Ulica]</p23>
<p24>[NrDomu]</p24>
<p25>[NrDomu]</p25>
<p26>[KodPocztowy]</p26>
<p27>[Pole tekstowe]</p27>
<p28>[Pole tekstowe]</p28>
<p29>[Pole tekstowe]</p29>
<p30>[Pole tekstowe]</p30>
<p31>[Pole tekstowe]</p31>
<p32>[Pole tekstowe]</p32>
<p33>[Pole tekstowe]</p33>
<p34>[Pole tekstowe]</p34>
<p35>[Pole tekstowe]</p35>
<p36>[Pole tekstowe]</p36>
<p37>[Checkbox (pole wyboru tak/nie)]</p37>
<p38>[data]</p38>
</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>B-1</title>
<id>647394756</id>
<forms type="Array">
<item type="com.efile.data.FormFields">
<typ>20710599</typ>
<dataDod>1374565725382</dataDod>
<dataMod>1374565725382</dataMod>
<p1_subfield_0>5670</p1_subfield_0>
<p1_subfield_1>194</p1_subfield_1>
<p2_>1</p2_>
<p3>30-10-1990</p3>
<p4_1>test pola tekstowego</p4_1>
<p4_2>test pola tekstowego</p4_2>
<p5>to jest pole wielowierszowe</p5>
<p6>PL</p6>
<p7>wielkopolskie</p7>
<p8>poznański</p8>
<p9>Poznań</p9>
<p10>Poznań</p10>
<p11>Strzelecka</p11>
<p12>1</p12>
<p13>1</p13>
<p14>61-155</p14>
<p15_subfield_0>500600400</p15_subfield_0>
<p15_subfield_1>test@test.pl</p15_subfield_1>
<p16_subfield_0>Poznań</p16_subfield_0>
<p16_subfield_1>Półwiejska</p16_subfield_1>
<p16_subfield_2>1</p16_subfield_2>
<p16_subfield_3>1</p16_subfield_3>
<p16_subfield_4>61-155</p16_subfield_4>
<p16_subfield_5>Poznań</p16_subfield_5>
<p17_1>1</p17_1>
<p17_2>1</p17_2>
<p17_3>1</p17_3>
<p17_4>1</p17_4>
<p17_5>1</p17_5>
<p17_6>1</p17_6>
<p18>to jest pole wielowierszowe</p18>
<p19>wielkopolskie</p19>
<p20>poznański</p20>
<p21>Poznań</p21>
<p22>Poznań</p22>
<p23>Strzelecka</p23>
<p24>1</p24>
<p25>1</p25>
<p26>61-155</p26>
<p27>test pola tekstowego</p27>
<p28>test pola tekstowego</p28>
<p29>test pola tekstowego</p29>
<p30>test pola tekstowego</p30>
<p31>test pola tekstowego</p31>
<p32>test pola tekstowego</p32>
<p33>test pola tekstowego</p33>
<p34>test pola tekstowego</p34>
<p35>test pola tekstowego</p35>
<p36>test pola tekstowego</p36>
<p37>1</p37>
<p38>30-10-1990</p38>
</item>
</forms>
</item>
</FormsList>
</item>
</Profiles>
</data>