New in Version 14.8
February 2, 2015
This new version adds the advanced features to optimize big data analysis. Features such asjoining two large CSV files andspecifying options for Delete Duplicate Lines command make you generate data that are tailored to your needs.
Join CSV
The newJoin CSV feature allows you to merge two CSV documents specifying key columns, using a method analogous to SQL JOIN operations (INNER JOIN, OUTER JOIN, RIGHT JOIN and
LEFT JOIN).
Delete Duplicate Lines (Advanced)
The newDelete Duplicate Lines (Advanced) feature allows you to specify which columns to inspect for duplication, and optionally ignore empty lines.
Other New Features
New features
- The ruler can now display the column index while in a CSV mode.
- The new macro flag to remove the last used filter level.
- The Non-standard implementation of percent encoding (%uxxxx format) is now highlighted and can be decoded by right-cicking the tooltip and selectConvert, or by using theUniversal Character Names to Unicode command.
New options
- TheJoin CSV dialog box was added.
- TheDelete Duplicate Lines dialog box was added.
New commands
- Delete Duplicate Lines (Advanced)
- Join CSV
Macro New Features
- TheeeFindRemoveLast flag was added to theFilter method.
Plug-in API New Features
- TheFLAG_FIND_REMOVE_LAST flag was added to theEditor_Filter inline function and theFILTER_INFO structure.