multipart-upload-reactive
Reactive icon

Multipart Upload Reactive

version 0.1.0 (Compatible with OutSystems 11)
Uploaded
 on 7 Jul (21 hours ago)
 by 
5.0
 (4 ratings)
multipart-upload-reactive

Multipart Upload Reactive

Compatible with:
Created on OutSystems 11

Version 0.1.0

Under Development
Current
See documentation
Uploaded on 03:02 (18 hours ago) by 
Compatible with:
Version 11
11.12.0 or higher
Database:
All
Release notes:

0.1.0 Updates

Fixes

  • Resolved JSON Upload Error: Fixed the 'Failed to parse JSON request content.' (Code: 400 Bad Request) error that occurred when uploading JSON files.
    • See this post for detailed error information and the implemented solution.


New Features

  • MultipartUpload_CSV Block:
    • Introduced a new block for uploading CSV files in multiple parts.
    • The block splits large CSV files into 10MB chunks, ensuring each chunk ends at a line boundary to preserve complete records.
    • Each chunk is concatenated with the CSV header to form a valid, small CSV file.
    • These smaller CSV files are then uploaded as parts to the database.


Improvements

  • Efficient Data Import:
    • The new CSV multipart upload process is ideal for data import scenarios.
    • By processing and uploading manageable batches instead of the entire large file at once, it improves reliability and performance during bulk data imports.

→ The MultipartUpload_CSV block is especially useful for importing large datasets, as it avoids memory issues and improves error handling by working with smaller, self-contained chunks.

Application Objects:
Multipart Upload Reactive has 6 AOs.

Version 0.0.1

Under Development
See documentation
Uploaded on 6 Jun by 
Compatible with:
Version 11
11.12.0 or higher
Database:
All
Application Objects:
Multipart Upload Reactive has 6 AOs.