This section should demonstrate several common tasks which can be done in XiMpLe with a minimal effort.
For more information please see the user's guide which is available in the section download.

Example 1. Copy texts from a simple xml table to Excel
Example 2. Adding new rows prepared in Excel to the XML table
Example 3. Copy a part of an xml document to some other place
Example 4. Manipulate data nested inside a structure
Example 5. Create a table from csv file
Example 6. Remove table rows matching some criteria
Example 7. Split a bigger xml file then join fragments together

2. Adding new rows prepared in Excel to the XML table

Let’s have some prepared rows in Excel which we want to add to some already existed XML table (we can prepare data in any text editor as well).
Prepare data from excel to clipboard

In XiMpLe we just select the last table row (or any other row where we want to insert) and paste data.
Paste data into xml table

At the end it looks like this:
Result after pasting data

Previous     Next