Skip to main content
SUBMITTED

Improve Error Handling in TableBuilder for TX Enhanced Connectors

Related products:TimeXtender Classic
  • June 4, 2026
  • 0 replies
  • 21 views

Forum|alt.badge.img+2

When creating a table in TableBuilder, either by pasting JSON data or by selecting a file as the data source, any input error can cause the Data Source window to close unexpectedly. Examples include:

  • Missing commas in pasted JSON.

  • Trailing commas in pasted JSON.

  • Invalid or incorrect file paths when selecting a file.

Currently, when such an error occurs, TableBuilder closes the Data Source window and discards all unsaved work. This is particularly problematic when creating a new endpoint, as users can lose significant progress if their work has not been saved beforehand.

Requested Improvement

TableBuilder should not close the Data Source window or discard the user's work when a data source validation error occurs. Instead, it should:

  1. Display a clear error message indicating the issue.

  2. Keep the user within the TableBuilder interface.

  3. Preserve all entered data and configuration settings.

  4. Allow the user to correct the error and continue without losing progress.

  5. Instead of writing the path to source file, there should be browser button so that correct file could be choosen.

This change would significantly improve the user experience and prevent unnecessary loss of work caused by minor input mistakes.