-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: CSV Importer
-
Release Notes Description:
-
Backlog priority:800
-
Sprint:nxfit 9.3.2
-
Story Points:5
Currently, only straight content metadata, like file:content, can be mapped to blobs thanks to this code from CSVImporterWork#convertValue
It should be extended to content metadata inside list or complex types, like files:files
By using a JSON format like
"[{\"file\":{\"name\":\"Meeting.pdf\",\"mime-type\":\"application/pdf\",\"content\":\"dummyContentForMyBlob\"}}]
, it is possible to return a StringBlob to CSVImporterWork#convertValue, which could transform it to a File object usable by the CSV Importer.