Closed jhpoelen closed 2 years ago
for now, you can copy-paste from the default appender output schema:
$ nomer properties | grep append.schema.output | cut -d '=' -f2 | jq .
[
{
"column": 0,
"type": "externalId"
},
{
"column": 1,
"type": "name"
},
{
"column": 2,
"type": "rank"
},
{
"column": 3,
"type": "commonNames"
},
{
"column": 4,
"type": "path"
},
{
"column": 5,
"type": "pathIds"
},
{
"column": 6,
"type": "pathNames"
},
{
"column": 7,
"type": "externalUrl"
},
{
"column": 8,
"type": "thumbnailUrl"
}
]
so, to include resolvedPath, add path
as some numbered column type in your schema.
@jhpoelen perfect. I was able to modify my.properties to include type:path for inclusion of the family name into the file.
@seltmann suggested to:
mentioned in issue #54 .