Add option to append data to existing columns in Databases from the CSV Importer

XMLWordPrintable

    • 1

      Problem Definition

      The new CSV Importer on Confluence Databases will create new columns to allow for comparing imported data side-by-side.

      Currently it is not possible to append newly imported data into existing columns, which adds manual labor.
       

      Suggested Solution

      Add an option from the CSV Importer dialogue to add new data either side-by-side or append to existing columns.

      Example

      Existing Database:

      Text field Tag field User field
      Value 1 Value 2 Value 3

       

      CSV file being imported:

      Text field Tag field User field
      Value 4 Value 5 Value 6

       

      Result after "side-by-side" Import (current behavior):

      Text field Tag field User field Text field 1 Tag field 1 User field 1
      Value 1 Value 2 Value 3      
            Value 4 Value 5 Value 6

       

      Result after Append Import (Suggested):

      Text field Tag field User field
      Value 1 Value 2 Value 3
      Value 4 Value 5 Value 6

       

      Screenshots:

      Workaround

      Manually adjust the imported data:

      1. Review the imported data
      2. Manually Cut or Copy the imported data
      3. Paste it in the desired location
      4. Delete the new columns

            Assignee:
            Rebecca Dai
            Reporter:
            Michael Gonzalez (Inactive)
            Votes:
            41 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: