[
https://issues.apache.org/jira/browse/FINERACT-2447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18053435#comment-18053435
]
Arnav Patil commented on FINERACT-2447:
---------------------------------------
Hello,
l would like to take this issue ,
The issue seems to be caused by MySQL-specific BLOB handling in the document
download flow. PostgreSQL uses {{{}BYTEA{}}}, so replacing {{getBlob()}} /
{{setBlob()}} with {{getBytes()}} / {{setBytes()}} in the document read/write
logic should fix the bulk import output file download issue.
Thanks
> Bulk Import processing result file not working on Postgresql
> ------------------------------------------------------------
>
> Key: FINERACT-2447
> URL: https://issues.apache.org/jira/browse/FINERACT-2447
> Project: Apache Fineract
> Issue Type: Improvement
> Reporter: Victor Romero
> Priority: Minor
> Attachments: psql-error-bulk-Import.txt
>
>
> After uploading Bulk import client, a new file is created with the numbers of
> records processed, and it can be downloaded with a GET request but that
> operation is not working on Postgresql
>
> https://\{BASE_URL}/fineract-provider/api/v1/imports/downloadOutputTemplate?importDocumentId=6&tenantIdentifier=default
>
> The file attached contains the exception
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)