Csv File Splitter Mac Download
2021年1月31日Download here: http://gg.gg/o4r34
*Mac Csv Splitter
*Csv File Splitter Mac Download Mac
*Csv Splitter Free
CSV Split is a simple utility that helps you split large CSV files into smaller, and more easily manageable files. All you need to do is select your CSV, determine where to save the resulting files, and choose the maximum number of rows each generated file should have.
*Csv file splitter free download. Ludwig Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models wi. Mac OS and Windows.
*Transfer transactions from a CSV file to a format compatible with the QuickBooks personal finances manager. Csv2qbo Convert is using the Finder menu to import the CSV files that will be processed, but also gives you the possibility to preview their content before actually converting them to the QBO format.
*This CSV and TXT file splitter firstly allows you to work with large data files. We have tested this on the largest CSV file we could find. It had over 25.6 Million rows. Microsoft Excel can only load 1 Million rows. So the challenege was on! Splitting a file in this case by 990,000 rows made sure that it was more than capable to load into excel.Mac Csv Splitter
How to split large CSV files in Mac OS X Terminal, the easy way. And add an extension to them also, so Mac OS X knows how to handle them.
How to split a large text file into parts of your choosing:
*by line number;
*or by file size (Kb or Mb);
*and add a ’.csv’ extension to all splitted filesFirst example: auto split a single CSV file into multiple files of 200 lines each
Let’s say I have one .csv-file that I want to split into multiple files that contain a maximum of 200 lines. I can use the following command:
Where split_me.csv is the filename of the CSV file you wish to split into chunks of 200 lines. The split function itself is smart enough to give the new files a name, so no need to worry about that.
For many cases this alone is enough. But if you want some additional options, read on.Example 2: split into files of 1MB each, and add a ’.csv’ extension to all of them
Let’s make it more interesting:
*I want to split a file of 6.4MB into files of 1MB each,
*and I want each resulting file to also have the .csv extension.
For that, we need to alter the split command a little bit.
First we used the -l flag, which separated the files by a number of lines. Now we’re going to use the -b flag, which separates by size (bytes). Splitting it in files of 1MB is easy, just use 1m.
And additionally, we’ll use a little loop and the mv-command to change the extensions.
First: split into chunks of 1mb each:
And next, add the .csv extension to all of them:
Et voila! We can see the result:Word of warning
You should know this, but just to make sure.
*Open the Terminal in the right folder.
*If you add the extensions with the command I provided, it will do this for ALL files in the folder. So make sure that files you do not want changed are outside of it
*You can see in the image that all new files are 1Mb each (except the last one of course), and they have all gained an extra suffix / extension of .csvWhat’s next?
If you think this was useful to you, it might be for others also. Feel free to share:
You may download Modern CSV and use it for as long as you wish without a license. If you want access to the Premium features, you can buy a license here.Version 1.3.5Windows Installer (MSI, 64-bit)Windows Installer (MSI, 32-bit)Windows Portable (Zip, 64-bit)Windows Portable (Zip, 32-bit)macOS (DMG, 64-bit)Linux (Tarball, 64-bit)Changes
*Mac and Linux: In the Find and Replace windows, fixed Highlight Matches and Preview Replace so thet update when scrolling.
*Fixed a bug where Highlight Matches and Preview Replace weren’t always working when the Find or Replace window was closed and opened again.
*Linux: Fixed synchronization of frozen headers with the rest of the table.Version 1.3.4
*Fixed a bug with filtering rows when a table is transposed.
*Fixed the launcher’s option text sizes so it appears find when the OS’s displayed is scaled to greater than 100%.
*Fixed a bug causing a crash in some circumstances when trying to find a phrase that exists in a cell that’s been filtered out.
*Fixed a bug where in some circumstances, the user’s delimiter preference in the File Extensions file to be overwritten with a comma when changing versions.
*In the Find window when Highlight Matches is selected, enabled it to highlight new matches that appear as the user scrolls. Also ensured that the highlights update if the user edits the table.
*Added a Preview Replace option to the Replace window with shortcut alt+p. It’ll highlight the cells to be replaced and show inside the cells in green what the new values will be if the user selects Replace All. No actual data is being overwritten and the previews will go away when the Replace window is closed or the Preview Replace option is turned off.
*In addition to the Scroll to Top command, added Scroll to Bottom, Scroll to Left, and Scroll to Right. Made the default shortcuts ctrl+home, ctrl+end, ctrl+shift+home, and ctrl+shift+end respectively (cmd instead of ctrl for Mac).Version 1.3.3
*Fixed launcher size so it does not cut off the bottom part of instructions when the OS is configured to scale the display to >100%.
*Fixed filter syntax bug.
*Fixed a bug causing it to not start editing cells without clicking the mouse button in some circumstances.Version 1.3.2
*Fixed filter syntax so ’>0’ excludes 0.
*Fixed a bug causing a crash when calling a command via keystroke while holding a mouse button down.Version 1.3.1
*Fixed a bug in filters where it handled filter strings with no wildcard characters (*) improperly.Version 1.3
*Improved filter syntax to accept numerical ranges, negative filters, and AND operators.
*Added Insert Row(s) After and Insert Column(s) After commands. Their shortcuts are ctrl+enter and ctrl+shift+enter. The old Insert Row(s) and Insert Column(s) commands were renamed to Insert Row(s) Before and Insert Column(s) Before.
*Added a Prepend Cell Contents command. It behaves just like Append Cell Contents, except it prepends rather than appends text.
*Added a setting called Behavior When File is Saved Externally. The options are ’refresh’, ’ask’, and ’ignore’.
*Added a setting called Let Editor Box Consume Navigation Keystrokes. It is set true by default. When it’s true, enter and tab keystrokes will be used to navigate the text within a single cell when the editor box is on. When it’s false, enter and tab keystrokes will be used to navigate across cells, just like when the editor box is disabled.
*When doing a find or replace with multiple cells selected, it automatically turn on the Match Only in Selected Cells option.
*When a file is saved externally and it refreshes in Modern CSV, the scroll bars will stay where they were before unless the file size has shrunk.
*Added the ability to hide row/column labels with new settings called Show Row Labels and Show Column Labels.
*In the light theme, changed the color of the selected cells to blue.
*Changed the licensing model to freemium. Licenses bought before the change will still work.
*Updated tutorial.Version 1.2.10
*Fixed the Zero-Fill Whole Numbers command so it works correctly when an entire row or column is selected and so it doesn’t operate on empty cells.
*Added Show All Hidden Rows/Columns to the right-click menu.Version 1.2.9
*Fixed a bug causing frozen header rows to cover up part of the rows below in some circumstances.
*Fixed a bug causing it to incorrectly parse some improperly formatted files in read-only mode.
*Windows: Made 32-bit installer and portable versions.
*Added Remove All Filters and Filter Selected Row/Column with Selected Cell Contents to the right-click menu.
*Fixed a bug where if a file with an extension set to open in a non-UTF-8 character encoding had a dot in the file name, it would open as UTF-8.
*Windows: Upon saving, changed the newline from LF (0x0A) to CRLF (0x0D0A).
*Fixed Duplicate Cell Contents so the new row/column resizes correctly when Auto-Fit Column Widths or Auto-Fit Row Heights is set.
*Fixed a bug with pasting causing the last cell to be incorrectly surrounded by double-quotes in some circumstances.
*Fixed a bug with Zero-Fill Whole Numbers so it now works with very large numbers and numbers with leading zeros.
*Fixed Find/Replace so it finds matches for non-Roman characters with non-Unicode character encodings.
*Fixed a rare crash with Find.Version 1.2.8
*Fixed a bug causing frozen header rows to cover up part of the rows below in some circumstances.
*Fixed a bug causing it to incorrectly parse some improperly formatted files in read-only mode.Version 1.2.7
*Fixed a bug with the Hide Empty Rows/Columns commands.Version 1.2.6
*Fixed a bug causing a crash when the user starts editing a cell with a non-Latin character.Version 1.2.5
*Open Recent Files: Changed the number of files to 50 and fixed a bug to ensure all files make the list.
*Fixed a bug to ensure that when both row and column headers are frozen, the top left corner displays correctly.
*Fixed a bug causing a crash when closing a folder on some conditions.
*Minor bug fixes.Version 1.2.4
*Fixed stability issue with the new Stop Editing command when using large cells.Version 1.2.3
*Made alt+i/k/j/l work while editing a cell (move selection up, down, left, or right).
*Added a command to stop editing. The default shortcut is ctrl+e for Windows and Linux, cmd+e for Mac.
*Ensured that as filtered rows/columns are moved around, the filter definitions are updated to reflect the moves.
*Renamed the Revert File to Saved command to Reload File.
*Moved the Reload File with Delimiter and Reload File with Encoding commands under the File menu.
*Improved performance/stability for opening large files.
*Minor bug fixes.Version 1.2.2
*Fixed a bug causing it to erase File Extension Options between version upgrades.
*Stability improvements.Version 1.2.1
*Windows: Enabled the user to type Unicode characters with alt+(Unicode decimal typed on keypad).
*Fixed a bug causing the program to continue owning a file after disabling read-only mode.
*Fixed a bug causing the context menu in the cell editor to not work correctly.
*Fixed stability issues when opening empty files.
*Fixed stability issues when deleting columns in special cases.
*Fixed the Revert File to Saved command so it now reloads with the correct delimiter and encoding.
*Minor bug fixes.Version 1.2
*Added delimiter auto-detection. It is optional and enabled by default.
*Added ability to hide individual rows/columns or hide empty rows/columns.
*Added the Remove All Filtered and Hidden Data command.
*Improved the Split Cells Horizontally/Vertically commands. They can now be split with a delimiter or by character index. They will also now insert new rows or columns instead of overwriting old data.
*Convert Date/Time Format: Added ISO 8601 with date only. Also, for custom formats, characters enclosed within double quotes will not be parsed.
*Added a Zero-Fill Whole Numbers command.
*Improved the performance for removing and inserting rows/columns.Version 1.1.7
*Enabled scrolling while editing a cell on the right side of the window.Version 1.1.6
*Improved international support- supports folder and file paths with non-ASCII characters.
*Fixed shift-click on a row or column label so it will drag the row or column even if it wasn’t selected before.
*Windows portable: Fixed a bug so it now saves all the config files alongside the executable.
*Fixed a bug with reading UTF-16 files.Version 1.1.3
*Made portable Windows version store config information alongside the executable.
*Fixed a bug causing Replace All to not work correctly in some situations.
*Linux: Fixed a problem in some distributions making the folder/file names unreadable in the Open File, Open Folder, and Save File dialogs.
*Minor bug fixes.Version 1.1.2
*Fixed an intermittent stability issue in loading files of a certain size.Version 1.1.1
*If a row/column is selected and the user shift-clicks on another row/column, it will now select each row between it and the first row/column (inclusive).Version 1.1
*Added a Convert Date/Time Format command. It can now convert between ISO 8601, Excel, Unix Epoch, and custom formats.
*When selecting cells, shift-click will now select the cells between the clicked cell and the main cell.
*Added the ability to join or split cells with newline or tab characters.
*Mac and Linux: Fixed a bug causing some text to be unreadable in the dark theme.
*Bug fixes with the preference files.
*Fixed a bug causing it to crash on some commands when operating on entire columns or rows.
*Fixed a bug with Replace Next/Previous when the Match Only in Selected Cells option is set.Version 1.0
*Fixed bugs and improved functionality when filters are applied.
*Fixed bugs and improved functionality when the table is transposed.
*For any command that requires a location input (i.e. cell, row, or column), it will scroll to and highlight the location as the user types it in.
*Added filter status to the status bar.
*Made the launcher slightly transparent.
*For highlighted cells, added red lines around the cell borders.
*Set the default keyboard shortcut for the Transpose Table command to ctrl+alt+t (Windows, Linux) or cmd+alt+t (Mac).
*Fixed a bug causing the Remove Empty Rows/Columns commands to not work correctly in some circumstances.
*Fixed a bug causing it to not always load a file properly when there is no delimiter.
*In read-only mode, the Transpose Table command and all the sort and filter commands now work (only for display. Changes can’t be saved).
*Fixed minor bugs with the replace feature.
*Fixed minor bugs with the filters feature.
*Fixed a few bugs causing it to show the wrong table dimensions in some circumstances.
*Fixed a bug causing the minimum window width to be much larger than necessary.Version 0.9.0.2
*Fixed a bug with the Move Row Just Above Row ... command that caused the undo command to work improperly in some circumstances.
*Fixed a bug causing the program to crash when pasting while the whole table is selected.
*Included the name of the open file in the window title.
*Made changes in the About window.
*Eliminated most of the unwanted console messages when running from the console.Version 0.9.0.1
*Fixed a bug so Find now works properly in read-only mode.
*Fixed a bug so when opening the program from the console, it’s now possible to specify a file to open with relative file paths.
*Set a maximum default height for the Find All results widget.
*Changed the trial period to 30 days and disabled use after the trial period.
*Enabled the user to drag and drop a license file into the Add or Remove License window.
*Linux: Added an install script.Version 0.9
*Supports multiple text encodings rather than just UTF-8.
*Added a new preference file: File Extension Options. This can be used to set delimiters and file encodings for various file extensions.
*When the user clicks on items in the status bar, menus with relevant commands will pop up.
*macOS: Enabled it to open files from the terminal using the open -a ’Modern CSV’ <file path> command.
*Fixed sort so it preserves the original order as much as possible.
*Fixed a bug with inserting columns when the whole table has been transposed and columns are filtered.
*Fixed the Move Cell Contents To... command so it moves the cells to the correct row when the user only inputs the row.
*Windows: Fixed the Open Terminal to File’s Directory command.
*Selecting multiple rows/columns by clicking and dragging on the row/column labels now works consistently.
*Fixed a bug so the Set Text Size command now shows the correct text size in the command launcher.
*Fixed a bug causing problems with search if the main selected cell is past the last row of data.
*Fixed a bug causing it to crash when undoing a Split Selected Cells command.
*Minor bug fixes.Version 0.8.1.2
*Mac: Improved the appearance of the main table’s scroll bar.
*Mac: Fixed a bug preventing it from horizontally scrolling when the user holds shift while rolling the scroll wheel.
*Mac: Fixed the tutorial to be consistent with Mac keyboard shortcuts.
*When using the Join Cells Horizontally/Vertically, only the cells that end up with data will be selected after the command is complete.
*Updated the links in the Contact Us and Help menus to fit the new website (older version will still work via 301 redirects).
*Fixed a bug causing it to not enforce the table size rules (i.e. Minimum Number of Table Rows/Columns and Number of Buffer Rows) when deleting rows or columns.
*When transposing an entire table, made sure the cells that are selected are transposed as well.
*Fixed a bug causing it to not transpose the filter range when transposing a table with filters (e.g. a filtered column should turn into a filtered row).Version 0.8.1.1
*Improved the row/column drag feature by showing a line where the row or column will be dropped rather than highlighting a row or column next to the destination, which was confusing.
*Improved the Move Row(s) Just Above Row ... command and Move Column(s) to the Left of Column ... command by also placing a line at the destination rather than using cell highlighting.
*Merged the Remove Extraneous Rows command and the Remove Extraneous Columns command into the Remove Extraneous Rows and Columns and added functionality. The original command only made the scroll bars shrink back to approximately the size of the file (e.g. if the user used to Go To command to go to row 1,048,576 on a 5x10 file, this command ensured that the scroll bar wouldn’t go down that far forever). The new command still does that, but it also removes empty rows and columns at the edge of the file. That way, the file isn’t left with a bunch of unnecessary commas.
*Fixed bugs causing it to incorrectly remove rows or columns in some circumstances.
*Made it impossible for the user to move rows above the table. Such guardrails were already in place for columns, but not rows.Csv File Splitter Mac Download MacVersion 0.8.1
*Added a row/column drag feature. While holding shift, click in a row or column header and you can move the entire row or column. If other rows or columns are already selected, they’ll move too.
*Fixed a bug causing it to save to the wrong cell when editing with filters.
*Improved UI appearance in Mac.
*Added a close button to the find/replace widget.
*It now accepts license files that are dragged and dropped into the program.
*Fixed a bug that caused the tab to be labeled ’.csv’ when the user starts to save a new table and cancels.
*Added a row/column drag feature. While holding shift, click in a row or column header and you can move the entire row or column. If other rows or columns are already selected, they’ll move too.
*Improved UI appearance in Mac.
*Added a close button to
https://diarynote.indered.space
*Mac Csv Splitter
*Csv File Splitter Mac Download Mac
*Csv Splitter Free
CSV Split is a simple utility that helps you split large CSV files into smaller, and more easily manageable files. All you need to do is select your CSV, determine where to save the resulting files, and choose the maximum number of rows each generated file should have.
*Csv file splitter free download. Ludwig Ludwig is a toolbox built on top of TensorFlow that allows to train and test deep learning models wi. Mac OS and Windows.
*Transfer transactions from a CSV file to a format compatible with the QuickBooks personal finances manager. Csv2qbo Convert is using the Finder menu to import the CSV files that will be processed, but also gives you the possibility to preview their content before actually converting them to the QBO format.
*This CSV and TXT file splitter firstly allows you to work with large data files. We have tested this on the largest CSV file we could find. It had over 25.6 Million rows. Microsoft Excel can only load 1 Million rows. So the challenege was on! Splitting a file in this case by 990,000 rows made sure that it was more than capable to load into excel.Mac Csv Splitter
How to split large CSV files in Mac OS X Terminal, the easy way. And add an extension to them also, so Mac OS X knows how to handle them.
How to split a large text file into parts of your choosing:
*by line number;
*or by file size (Kb or Mb);
*and add a ’.csv’ extension to all splitted filesFirst example: auto split a single CSV file into multiple files of 200 lines each
Let’s say I have one .csv-file that I want to split into multiple files that contain a maximum of 200 lines. I can use the following command:
Where split_me.csv is the filename of the CSV file you wish to split into chunks of 200 lines. The split function itself is smart enough to give the new files a name, so no need to worry about that.
For many cases this alone is enough. But if you want some additional options, read on.Example 2: split into files of 1MB each, and add a ’.csv’ extension to all of them
Let’s make it more interesting:
*I want to split a file of 6.4MB into files of 1MB each,
*and I want each resulting file to also have the .csv extension.
For that, we need to alter the split command a little bit.
First we used the -l flag, which separated the files by a number of lines. Now we’re going to use the -b flag, which separates by size (bytes). Splitting it in files of 1MB is easy, just use 1m.
And additionally, we’ll use a little loop and the mv-command to change the extensions.
First: split into chunks of 1mb each:
And next, add the .csv extension to all of them:
Et voila! We can see the result:Word of warning
You should know this, but just to make sure.
*Open the Terminal in the right folder.
*If you add the extensions with the command I provided, it will do this for ALL files in the folder. So make sure that files you do not want changed are outside of it
*You can see in the image that all new files are 1Mb each (except the last one of course), and they have all gained an extra suffix / extension of .csvWhat’s next?
If you think this was useful to you, it might be for others also. Feel free to share:
You may download Modern CSV and use it for as long as you wish without a license. If you want access to the Premium features, you can buy a license here.Version 1.3.5Windows Installer (MSI, 64-bit)Windows Installer (MSI, 32-bit)Windows Portable (Zip, 64-bit)Windows Portable (Zip, 32-bit)macOS (DMG, 64-bit)Linux (Tarball, 64-bit)Changes
*Mac and Linux: In the Find and Replace windows, fixed Highlight Matches and Preview Replace so thet update when scrolling.
*Fixed a bug where Highlight Matches and Preview Replace weren’t always working when the Find or Replace window was closed and opened again.
*Linux: Fixed synchronization of frozen headers with the rest of the table.Version 1.3.4
*Fixed a bug with filtering rows when a table is transposed.
*Fixed the launcher’s option text sizes so it appears find when the OS’s displayed is scaled to greater than 100%.
*Fixed a bug causing a crash in some circumstances when trying to find a phrase that exists in a cell that’s been filtered out.
*Fixed a bug where in some circumstances, the user’s delimiter preference in the File Extensions file to be overwritten with a comma when changing versions.
*In the Find window when Highlight Matches is selected, enabled it to highlight new matches that appear as the user scrolls. Also ensured that the highlights update if the user edits the table.
*Added a Preview Replace option to the Replace window with shortcut alt+p. It’ll highlight the cells to be replaced and show inside the cells in green what the new values will be if the user selects Replace All. No actual data is being overwritten and the previews will go away when the Replace window is closed or the Preview Replace option is turned off.
*In addition to the Scroll to Top command, added Scroll to Bottom, Scroll to Left, and Scroll to Right. Made the default shortcuts ctrl+home, ctrl+end, ctrl+shift+home, and ctrl+shift+end respectively (cmd instead of ctrl for Mac).Version 1.3.3
*Fixed launcher size so it does not cut off the bottom part of instructions when the OS is configured to scale the display to >100%.
*Fixed filter syntax bug.
*Fixed a bug causing it to not start editing cells without clicking the mouse button in some circumstances.Version 1.3.2
*Fixed filter syntax so ’>0’ excludes 0.
*Fixed a bug causing a crash when calling a command via keystroke while holding a mouse button down.Version 1.3.1
*Fixed a bug in filters where it handled filter strings with no wildcard characters (*) improperly.Version 1.3
*Improved filter syntax to accept numerical ranges, negative filters, and AND operators.
*Added Insert Row(s) After and Insert Column(s) After commands. Their shortcuts are ctrl+enter and ctrl+shift+enter. The old Insert Row(s) and Insert Column(s) commands were renamed to Insert Row(s) Before and Insert Column(s) Before.
*Added a Prepend Cell Contents command. It behaves just like Append Cell Contents, except it prepends rather than appends text.
*Added a setting called Behavior When File is Saved Externally. The options are ’refresh’, ’ask’, and ’ignore’.
*Added a setting called Let Editor Box Consume Navigation Keystrokes. It is set true by default. When it’s true, enter and tab keystrokes will be used to navigate the text within a single cell when the editor box is on. When it’s false, enter and tab keystrokes will be used to navigate across cells, just like when the editor box is disabled.
*When doing a find or replace with multiple cells selected, it automatically turn on the Match Only in Selected Cells option.
*When a file is saved externally and it refreshes in Modern CSV, the scroll bars will stay where they were before unless the file size has shrunk.
*Added the ability to hide row/column labels with new settings called Show Row Labels and Show Column Labels.
*In the light theme, changed the color of the selected cells to blue.
*Changed the licensing model to freemium. Licenses bought before the change will still work.
*Updated tutorial.Version 1.2.10
*Fixed the Zero-Fill Whole Numbers command so it works correctly when an entire row or column is selected and so it doesn’t operate on empty cells.
*Added Show All Hidden Rows/Columns to the right-click menu.Version 1.2.9
*Fixed a bug causing frozen header rows to cover up part of the rows below in some circumstances.
*Fixed a bug causing it to incorrectly parse some improperly formatted files in read-only mode.
*Windows: Made 32-bit installer and portable versions.
*Added Remove All Filters and Filter Selected Row/Column with Selected Cell Contents to the right-click menu.
*Fixed a bug where if a file with an extension set to open in a non-UTF-8 character encoding had a dot in the file name, it would open as UTF-8.
*Windows: Upon saving, changed the newline from LF (0x0A) to CRLF (0x0D0A).
*Fixed Duplicate Cell Contents so the new row/column resizes correctly when Auto-Fit Column Widths or Auto-Fit Row Heights is set.
*Fixed a bug with pasting causing the last cell to be incorrectly surrounded by double-quotes in some circumstances.
*Fixed a bug with Zero-Fill Whole Numbers so it now works with very large numbers and numbers with leading zeros.
*Fixed Find/Replace so it finds matches for non-Roman characters with non-Unicode character encodings.
*Fixed a rare crash with Find.Version 1.2.8
*Fixed a bug causing frozen header rows to cover up part of the rows below in some circumstances.
*Fixed a bug causing it to incorrectly parse some improperly formatted files in read-only mode.Version 1.2.7
*Fixed a bug with the Hide Empty Rows/Columns commands.Version 1.2.6
*Fixed a bug causing a crash when the user starts editing a cell with a non-Latin character.Version 1.2.5
*Open Recent Files: Changed the number of files to 50 and fixed a bug to ensure all files make the list.
*Fixed a bug to ensure that when both row and column headers are frozen, the top left corner displays correctly.
*Fixed a bug causing a crash when closing a folder on some conditions.
*Minor bug fixes.Version 1.2.4
*Fixed stability issue with the new Stop Editing command when using large cells.Version 1.2.3
*Made alt+i/k/j/l work while editing a cell (move selection up, down, left, or right).
*Added a command to stop editing. The default shortcut is ctrl+e for Windows and Linux, cmd+e for Mac.
*Ensured that as filtered rows/columns are moved around, the filter definitions are updated to reflect the moves.
*Renamed the Revert File to Saved command to Reload File.
*Moved the Reload File with Delimiter and Reload File with Encoding commands under the File menu.
*Improved performance/stability for opening large files.
*Minor bug fixes.Version 1.2.2
*Fixed a bug causing it to erase File Extension Options between version upgrades.
*Stability improvements.Version 1.2.1
*Windows: Enabled the user to type Unicode characters with alt+(Unicode decimal typed on keypad).
*Fixed a bug causing the program to continue owning a file after disabling read-only mode.
*Fixed a bug causing the context menu in the cell editor to not work correctly.
*Fixed stability issues when opening empty files.
*Fixed stability issues when deleting columns in special cases.
*Fixed the Revert File to Saved command so it now reloads with the correct delimiter and encoding.
*Minor bug fixes.Version 1.2
*Added delimiter auto-detection. It is optional and enabled by default.
*Added ability to hide individual rows/columns or hide empty rows/columns.
*Added the Remove All Filtered and Hidden Data command.
*Improved the Split Cells Horizontally/Vertically commands. They can now be split with a delimiter or by character index. They will also now insert new rows or columns instead of overwriting old data.
*Convert Date/Time Format: Added ISO 8601 with date only. Also, for custom formats, characters enclosed within double quotes will not be parsed.
*Added a Zero-Fill Whole Numbers command.
*Improved the performance for removing and inserting rows/columns.Version 1.1.7
*Enabled scrolling while editing a cell on the right side of the window.Version 1.1.6
*Improved international support- supports folder and file paths with non-ASCII characters.
*Fixed shift-click on a row or column label so it will drag the row or column even if it wasn’t selected before.
*Windows portable: Fixed a bug so it now saves all the config files alongside the executable.
*Fixed a bug with reading UTF-16 files.Version 1.1.3
*Made portable Windows version store config information alongside the executable.
*Fixed a bug causing Replace All to not work correctly in some situations.
*Linux: Fixed a problem in some distributions making the folder/file names unreadable in the Open File, Open Folder, and Save File dialogs.
*Minor bug fixes.Version 1.1.2
*Fixed an intermittent stability issue in loading files of a certain size.Version 1.1.1
*If a row/column is selected and the user shift-clicks on another row/column, it will now select each row between it and the first row/column (inclusive).Version 1.1
*Added a Convert Date/Time Format command. It can now convert between ISO 8601, Excel, Unix Epoch, and custom formats.
*When selecting cells, shift-click will now select the cells between the clicked cell and the main cell.
*Added the ability to join or split cells with newline or tab characters.
*Mac and Linux: Fixed a bug causing some text to be unreadable in the dark theme.
*Bug fixes with the preference files.
*Fixed a bug causing it to crash on some commands when operating on entire columns or rows.
*Fixed a bug with Replace Next/Previous when the Match Only in Selected Cells option is set.Version 1.0
*Fixed bugs and improved functionality when filters are applied.
*Fixed bugs and improved functionality when the table is transposed.
*For any command that requires a location input (i.e. cell, row, or column), it will scroll to and highlight the location as the user types it in.
*Added filter status to the status bar.
*Made the launcher slightly transparent.
*For highlighted cells, added red lines around the cell borders.
*Set the default keyboard shortcut for the Transpose Table command to ctrl+alt+t (Windows, Linux) or cmd+alt+t (Mac).
*Fixed a bug causing the Remove Empty Rows/Columns commands to not work correctly in some circumstances.
*Fixed a bug causing it to not always load a file properly when there is no delimiter.
*In read-only mode, the Transpose Table command and all the sort and filter commands now work (only for display. Changes can’t be saved).
*Fixed minor bugs with the replace feature.
*Fixed minor bugs with the filters feature.
*Fixed a few bugs causing it to show the wrong table dimensions in some circumstances.
*Fixed a bug causing the minimum window width to be much larger than necessary.Version 0.9.0.2
*Fixed a bug with the Move Row Just Above Row ... command that caused the undo command to work improperly in some circumstances.
*Fixed a bug causing the program to crash when pasting while the whole table is selected.
*Included the name of the open file in the window title.
*Made changes in the About window.
*Eliminated most of the unwanted console messages when running from the console.Version 0.9.0.1
*Fixed a bug so Find now works properly in read-only mode.
*Fixed a bug so when opening the program from the console, it’s now possible to specify a file to open with relative file paths.
*Set a maximum default height for the Find All results widget.
*Changed the trial period to 30 days and disabled use after the trial period.
*Enabled the user to drag and drop a license file into the Add or Remove License window.
*Linux: Added an install script.Version 0.9
*Supports multiple text encodings rather than just UTF-8.
*Added a new preference file: File Extension Options. This can be used to set delimiters and file encodings for various file extensions.
*When the user clicks on items in the status bar, menus with relevant commands will pop up.
*macOS: Enabled it to open files from the terminal using the open -a ’Modern CSV’ <file path> command.
*Fixed sort so it preserves the original order as much as possible.
*Fixed a bug with inserting columns when the whole table has been transposed and columns are filtered.
*Fixed the Move Cell Contents To... command so it moves the cells to the correct row when the user only inputs the row.
*Windows: Fixed the Open Terminal to File’s Directory command.
*Selecting multiple rows/columns by clicking and dragging on the row/column labels now works consistently.
*Fixed a bug so the Set Text Size command now shows the correct text size in the command launcher.
*Fixed a bug causing problems with search if the main selected cell is past the last row of data.
*Fixed a bug causing it to crash when undoing a Split Selected Cells command.
*Minor bug fixes.Version 0.8.1.2
*Mac: Improved the appearance of the main table’s scroll bar.
*Mac: Fixed a bug preventing it from horizontally scrolling when the user holds shift while rolling the scroll wheel.
*Mac: Fixed the tutorial to be consistent with Mac keyboard shortcuts.
*When using the Join Cells Horizontally/Vertically, only the cells that end up with data will be selected after the command is complete.
*Updated the links in the Contact Us and Help menus to fit the new website (older version will still work via 301 redirects).
*Fixed a bug causing it to not enforce the table size rules (i.e. Minimum Number of Table Rows/Columns and Number of Buffer Rows) when deleting rows or columns.
*When transposing an entire table, made sure the cells that are selected are transposed as well.
*Fixed a bug causing it to not transpose the filter range when transposing a table with filters (e.g. a filtered column should turn into a filtered row).Version 0.8.1.1
*Improved the row/column drag feature by showing a line where the row or column will be dropped rather than highlighting a row or column next to the destination, which was confusing.
*Improved the Move Row(s) Just Above Row ... command and Move Column(s) to the Left of Column ... command by also placing a line at the destination rather than using cell highlighting.
*Merged the Remove Extraneous Rows command and the Remove Extraneous Columns command into the Remove Extraneous Rows and Columns and added functionality. The original command only made the scroll bars shrink back to approximately the size of the file (e.g. if the user used to Go To command to go to row 1,048,576 on a 5x10 file, this command ensured that the scroll bar wouldn’t go down that far forever). The new command still does that, but it also removes empty rows and columns at the edge of the file. That way, the file isn’t left with a bunch of unnecessary commas.
*Fixed bugs causing it to incorrectly remove rows or columns in some circumstances.
*Made it impossible for the user to move rows above the table. Such guardrails were already in place for columns, but not rows.Csv File Splitter Mac Download MacVersion 0.8.1
*Added a row/column drag feature. While holding shift, click in a row or column header and you can move the entire row or column. If other rows or columns are already selected, they’ll move too.
*Fixed a bug causing it to save to the wrong cell when editing with filters.
*Improved UI appearance in Mac.
*Added a close button to the find/replace widget.
*It now accepts license files that are dragged and dropped into the program.
*Fixed a bug that caused the tab to be labeled ’.csv’ when the user starts to save a new table and cancels.
*Added a row/column drag feature. While holding shift, click in a row or column header and you can move the entire row or column. If other rows or columns are already selected, they’ll move too.
*Improved UI appearance in Mac.
*Added a close button to
https://diarynote.indered.space
コメント