For a successful upload of an XLSX file e.g. as dimension tree or as Actuals in the fact table, the file must fulfill some technical requirements:
- The import data must be in the first sheet of the file and there in a table in the left top corner of the sheet (starting in cell "A1")
- The first row in the sheet must contain the field names from the target table (as you can see them in the table browser of the Web App). Field names which do not match will be ignored in the import process (if you get a "15 of 15 columns ... were recognized" then you know that all your columns in the file were matched to fields in your fact table).
Tipp: create at least one record in your target table and then execute a downlaod (csv) -> this file contains the right field names for your application. - The (matching) columns in the Excel file must be compatible with the data type defined in the data1.io system ...
... if you import e.g. text ("abc") in the column "Measure" (which is the typ "float" what means in SQL that this must be a figure) you`ll get an error message: - Fields which are defined as "required" must be delivered in the upload file, all other columns are optional (from a technical perspective).
In the Fact Table the fields "Record ID" and "SYSTEM IsDeleted" are the only columns which are required. - System fields like the "UID" and "Created UTC" are ignored during the upload since those fields are filled automatically by the system