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
6. Remove table rows matching some criteria
Let’s have some xml data in a table.Our task will be to remove all table rows which have (for example) sum of row values greater than one.





Sorting functions used in XiMpLe are so called "stable". That means the records with the same sorting value are not swapped.

Hint: when the cursor is in the temporary column press the key Alt + down arrow to find the first non-empty cell.

(shift is for keeping selection and ctrl + down is for jumping to the end of table).


