Changes between Initial Version and Version 7 of Ticket #1528


Ignore:
Timestamp:
Mar 31, 2017, 8:00:44 AM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1528

    • Property Component petascopewcst_import
  • Ticket #1528 – Description

    initial v7  
    11Currently it preserves only the metadata explicitly specified by the user.
    22
    3 By default it should preserve all data that it can extract, and allow the user to override (in the same way as done now) specific fields.
     31. in case metadata: global, in the ingredient is an object (even empty), the current behavior is kept (the metadata indicated in the ingredient is kept)
     41. in case metadata: global has value "auto", all fields from the file are kept, specified as:
     5{{{
     6 "metadata": {
     7    "type": "xml",
     8    "global": "auto"
     9}
     10
     11or
     12
     13"metadata": {
     14    "type": "json",
     15    "global": "auto"
     16}
     17}}}
     181. in case metadata: global does not exist, the "auto" behavior is assumed.