Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Db data import #1339

Closed
wants to merge 11 commits into from
Closed

Db data import #1339

wants to merge 11 commits into from

Commits on Apr 20, 2024

  1. table data export

    zgq committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    80fa6b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. support export options

    SQL: 1.export to update statements
         2.export to multipleRow insert statements
         3.containsHeader
         4.support specified fields
         5.support replace a new table name
    JSON: 1.support specified fields
          2.support dataTimeFormat
    CSV&EXCEL: 1.containsHeader
               2.support specified fields
    zgq committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0116b9d View commit details
    Browse the repository at this point in the history
  2. Basic work on importing data

    zgq committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    999c2b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. support import CSV锛孍XCEL锛孞SON

    zgq committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    dbe81e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Refactor code

    zgq committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    bb773d8 View commit details
    Browse the repository at this point in the history
  2. Optimize code

    zgq committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    05c971c View commit details
    Browse the repository at this point in the history
  3. add LoggingDataExportObserver

    zgq committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    157eb33 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Support importing data to a new table

    zgq committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6add95e View commit details
    Browse the repository at this point in the history
  2. Supports xls format

    zgq committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5aecf6d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. optimize code

    zgq committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a445509 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. support continueBatchOnError

    zgq committed May 8, 2024
    Configuration menu
    Copy the full SHA
    16f9517 View commit details
    Browse the repository at this point in the history