Found tables:
Submitted tables:
Multi Dataset Load
Please upload a file
Selected file: {{ selectedFile.name }}
File size: {{ selectedFile.sizeMB }} MB
Paste or type the list of datasets to upload:
{{ fileLoadingState }}...
} @if (fileLoadingState === FileLoadingState.parsed) {Please select a dataset on the left to review the data
}Submit Status: @if (activeParsedDataset.submitResult.success) { SUCCESS } @if (activeParsedDataset.submitResult.error) { ERROR }
@if (activeParsedDataset.submitResult.error) {Error details:
}
Found in range:
@if (activeParsedDataset.parseResult) {
"{{
activeParsedDataset.parseResult.rangeSheetRes?.sheetName
}}"!{{
activeParsedDataset.parseResult.rangeSheetRes
?.rangeAddress
}}
}
@if (!activeParsedDataset.parseResult) {
@if (!activeParsedDataset.parsingTable) {
No data found
}
@if (activeParsedDataset.parsingTable) {
Searching for the data...
Dataset:
Please select a dataset on the left to review the submit results
Matched with dataset:
Status: @if (activeSubmittedCsvDataset.success) { SUCCESS } @if (activeSubmittedCsvDataset.error) { ERROR }
@if (activeSubmittedCsvDataset.error) {Error details:
}Due to current licence, only {{ licenceState.value.submit_rows_limit }} rows in each file will be submitted. To remove the restriction, contact support@datacontroller.io.
}Tables will be sent sequentially, logs will be available after all tables are submitted.
This will take few moments