All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:07, 26 February 2026 Jammy talk contribs created page 2026-02-26 - ImportData CsvImportConfig (Created page with "= CsvImportConfig = <syntaxhighlight lang="JavaScript"> { "csvImportConfigId": "xxxxx", "recordDeliminator": "\n", "useUserReference": true, "fieldDeliminator": ",", "escapeString": "\\", "removeFloatingEscapeString": true, "removeWhiteSpace": true, "fieldNames": { "titleRow": 1, "titleRowOpenEnclose": "\"", "titleRowCloseEnclose": "\"", "replacefieldNames": {} }, "ignoreRows": [4,5], "overwriteColumnNam...")
- 10:12, 24 November 2025 Jammy talk contribs created page 2025-11-24 ImportData Document (Created page with "= Process ImportData = == ProcessCsvFile == #Receive bucketName and fieldName. #Define the range, e.g. range = "bytes=0-5000". #Fetch data from S3 with:<syntaxhighlight lang="javascript"> { Bucket: 'izara-importdata', Key: 'csv/xxxx.csv', Range: 'bytes=0-5000' } </syntaxhighlight> #Take the importBatchId from the S3 metadata and use it to get ImportBatchMain to retrieve importConfigId. #Use the retrieved importConfigId to get CsvImportConfig. #Use the Cs...")