Subscribe
24 Mar, 2022
2022-03-24 Release-V0.1.3

New features

  • The ability to connect to MySQL database has been added, allowing users to read data from tables in the database for rapid data preview and processing.

(Note: QuickTable will not make any changes to the original table);

Bug fixes and feature optimizations

  • Optimized "Column Overview" feature;
  • Optimized field type inference capabilities to increase accuracy;
  • Known BUG fixes and optimization of other computational accuracy;
18 Mar, 2022
2022-03-18 Release-V0.1.2

New features

  • Added the ability to automatically save scripts;

Bug fixes and feature optimizations

  • Hidden columns are no longer exported when exporting data;
  • Redesigned the interface to give users a better user experience;
  • Fixed the "Send Verification Code" button's countdown issue;
  • The right step will no longer automatically pop up when operating the main menu;
  • Optimization of functions related to substitution, filtering, segmentation, labeling, and text; processing;
04 Mar, 2022
2022-03-04 Release-V0.1.1

New features

  • Added the function of setting and modifying the account nickname and password;
  • Added the function of binding and unbinding mobile phone number and mailbox;
  • When uploading CSV files, the user can specify the character encoding to avoid garbled codes due to WPS or Excel exported files in the Windows operating system, and users can customize the table header and specify the CSV separator;
  • Added the "null value filling" feature;
  • Added the "Filter Nulls" feature;
  • Added the "Remove Duplicate Rows" feature;
  • Added the "labeling according to the range of values" feature;
  • Added the "tagging according to keywords" feature;
  • Added the "row to column" feature;
  • Added the "column to row" feature;
  • Added the "merge data" feature;
  • Added the ability to "export datasets" of script run results feature;

Bug fixes and feature optimizations

  • Fixed an error that caused duplicate names when renaming datasets
  • Fixed the issue where in some cases some processing steps when added, were continually displayed as "loading";
  • Fixed an issue in "Pivot Table" where the number display was abnormal when it exceeded 10 million digits;
  • Fixed the converting numeric function symbols not parsed issue;
  • Handling of other compatibilities;
  • Login page adjustment, default is account password login;
  • When extracting json content, support visual checks to extract content;
  • Change the configuration panel to pop-up mode, supports drag;
  • Switching date formats is now configurable for visual conversion;
  • After dragging the table column width, you can now remember the width after dragging, and there will be no problems with refreshing the page and restoring the width;
  • Merge column operations: the search column and the hide column functionality are merged, and moved to the top right of the table;
  • Added the copy script feature to the file list;
  • Added more options to "Text Extraction" feature like, "Include start character", "include end character";
  • Cell text supports command+c, ctrl+c copying, or mouse-pointing bubble copying;
  • The sampling tab has been moved to the lower right corner of the window for a better user experience;
14 Feb, 2022
2022-02-14 Release-V0.1.0

New feature

  • Modify column type, we added a feature to convert the column type;

Bug fixes and feature optimizations

  • Fixed the problem of GBK encoded CSV recognition error, to prevent garbled file content;
  • Fixed an issue where the content was misaligned due to the existance of an empty first column in the uploaded Excel file;
  • Fixed the calculation problems in "Group by";
  • Fixed an issue where in some cases the "Group by" step was saved with an error;
  • When an error occurs in the input formula, the formula is not saved to avoid abnormalities that cannot be edited after saving;
  • Fixed an issue with oclusion of column names due to the length of column names when selecting output resulting columns from data join;
  • Fixed the error file could not be uploaded successfully due to the duplicate column names, and the system did not Suggest exceptions;
  • Fixed an exception where the "Replace" function did not take effect due to the special handling of data content by the front-end;
  • Fixed an issue where the list of actions was confused due to lengthy column names;
  • Fixed the error caused by data sampling rules on join data content;
  • Fixed an error where the configuration of the column header to a certain row number was changed when uploading the file, but the table did not take effect;
  • Fixed an error where after uploading multiple Excel Sheets, data stitches multiple sheet contents together;
  • Fixed the error where the field name was obscured due to the adjustment of the field width;
  • Fixed the exception of data correlation error due to the inclusion of filter in the sampling rule;
  • When there are duplicate column names in the uploaded file, the system automatically appends the suffix to the lower column: "_1", instead of directly appearing with an error message. Users can still edit column names;
  • When uploading an Excel file and there is a situation of empty column names, the system automatically fills in blank column names with: "column0", "column1" ...;
  • Optimize the effect of selecting a column in the table; Deepen the background color of empty data cells;