Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Help with a project

Avatar

Level 7

Here is my problem:

In my place we have a number of copiers and every month every station

has to send me the meters of their copier.

For the Stations I have a form with the fields below:

DDList>Items:StationA-StationB-StationC                              

Total Meters:

Email form button as .XML file

At my end I have to collect all these meters on a form, with the fields below:

StationA:             Meters:

StationB :             Meters:

StationC:              Meters;

ImportData Button

The problem I run is every time I import data from a Station erase the previous Data!

Form does not save previous entered Data!

Any ideas how I can make this happens without copy and paste data?

Thank you

1 Reply

Avatar

Level 3
Level 3

Hi,

Once you will import data it will override previous data. One Solution could be merge the XML files and create a single file and then import it.

For merging of XML you can create an utility using ITEXT and java  that is one time job.

Thanks