jokerCoCo commented on issue #1970: URL: https://github.com/apache/incubator-hugegraph/issues/1970#issuecomment-1257445510
问题已解决。是我边配置时,selected参数也要选择field_mapping内设置的数据源的列。
{
"label": "edge1",
"skip": false,
"source": [
"school"
],
"unfold_source": false,
"target": [
"name",
"id"
],
"unfold_target": false,
"field_mapping": {
"school": "school",
"name": "name",
"id": "id"
},
"value_mapping": {
},
"selected": [
"school",
"name",
"id": "id"
],
"ignored": [
],
"null_values": [
"",
"NULL",
"null"
],
"update_strategies": {
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
