Skip to content

Functionality to convert between LoD and CSV #29

@tholzheim

Description

@tholzheim

Example:
CSV input:

pageTitle,name,label
page_1,Test Page 1,1
page_2,Test Page 2,2

LoD output:

[
  {"pageTitle": "page_1", "name": "Test Page 1", "label": "1"},
  {"pageTitle": "page_2", "name": "Test Page 2", "label": "2"}
]

Currently unsure where the type conversion should happen.
The LoD can be converted to JSONAble so the Type conversion could be done there.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions