TextConverter Basic Changelog

What's new in TextConverter Basic 24.3.4

Mar 4, 2024
  • Multiple search terms for the name can now be defined by separating the individual search terms with the character / (for example "name1/name2"). Also multiple file extensions can now be separated with the same character (for example "ext1/ext2/ext3"). The character / has the advantage that it cannot appear in a file name itself and has no special meaning within the wildcard search or the search with regular expressions, so that this character can be used as a unique separator. With the new option "Total Text must match", the entire file name must match the specified text or regular expression to be found. If this option is disabled, the text or regular expression only needs to appear somewhere in the file name. For script controlling the TextConverter, the parameter "filter-name-matchall" has been introduced for this new option.

New in TextConverter Basic 2024-02-02 (Feb 11, 2024)

  • In addition to text files with line wise file paths, the file list import function now also accepts files in the formats CSV, TSV, XLSX, ODD, HTML and DIF. This makes it possible to reload the files from a file list saved in one of these formats, for example coming from the FilelistCreator.

New in TextConverter Basic 2023-11-03 (Nov 3, 2023)

  • Code Page 437 (CP437, IBM437, OEM-US) as further encoding for reading and writing files.

New in TextConverter Basic 2023.09.07 (Sep 8, 2023)

  • The dialog "List Properties" now shows the overview either grouped by file types or by file extensions. A new column "Percentage" has been added and the lists can now be copied to the clipboard as text, CSV or TSV using buttons.

New in TextConverter Basic 23.06.26 (Jun 26, 2023)

  • With the new option "Separation after this number of line breaks" for the action "Split Files" you can split your files at every xth line break.

New in TextConverter Basic 23.06.09 (Jun 13, 2023)

  • Improved storage of the last window position in environments with more than one monitor.

New in TextConverter Basic 23.06.06 (Jun 7, 2023)

  • Improved storage of the program window size, the column widths and the program layout under high DPI conditions.

New in TextConverter Basic 23.4.25 (May 23, 2023)

  • Via the context menu of the file list (right mouse button) and the new menu item "Remove Binary Files", you can remove all binary files from the file list so that only editable text files remain.

New in TextConverter Basic 23.3.21 (Mar 21, 2023)

  • With the new functional placeholder for references "inc" you can increase or decrease numbers within the text of a reference by any value.

New in TextConverter Basic 23.2.13 (Feb 14, 2023)

  • Extension of the Reference Function: In the references to characters, words and lines, the character positions, word positions respectively line numbers can now alternatively also be specified counted from the end by using negative values for the respective parameters.

New in TextConverter Basic 23.2.5 (Feb 6, 2023)

  • Keep date of the original file, configurable via the graphical user interface as well as the new parameter "date=keep" for the script control.

New in TextConverter Basic 2023-01-05 (Jan 5, 2023)

  • The new placeholders %name,wordX% and %folderY,wordX% make it possible to take only the Xth word from the file name respectively from the folder name of the folder number Y from the file path. With negative values for X or Y you can also count from above.

New in TextConverter Basic 2022-12-16 (Dec 21, 2022)

  • With the new placeholders %folderX,Y,Z% and %folder-X,Y,Z% you can insert the characters Y to Z of the name of the Xth folder from the file path from below respectively from above.

New in TextConverter Basic 2022-11-13 (Nov 15, 2022)

  • CSV data and CSV files can now also be exported as spreadsheets of the formats XLSX and ODS. To do this, just select one of the file extensions XLSX or ODS from the storage options.

New in TextConverter Basic 2022-11-09 (Nov 9, 2022)

  • CSV to XML Conversion: With the new action "Actions > Format > CSV to XML", CSV data can be converted into an XML structure. With an option you can choose whether the CSV fields should be transferred into the XML structure either as independent nodes or in the form of attributes.

New in TextConverter Basic 2022-09-07 (Sep 7, 2022)

  • New action in the section "Trim" for removing any number of characters from the beginning and/or from the end of the entire text, from arbitrary lines, from arbitrary fields in CSV data as well as from inner texts and attribute values of XML data (as usual Action and for Action Lists).

New in TextConverter Basic 2022-08-20 (Aug 20, 2022)

  • New options "Divide Files at Line Breaks" (each line as a new separate file) and "Divide Files after a certain Number of Characters" for the action "Split Files". Before, the separation was only possible on a text or a regular expression.

New in TextConverter Basic 2022-07-21 (Jul 31, 2022)

  • With the new parameter "info" for the batch version of the TextConverter, you can show information about the passed file in the console. Via this parameter, a string can be passed containing arbitrary characters and the placeholders %enc%, %bom%, %encbom%, %lb%, %lines%, %chars% and %words%.