Skip to content

Commit

Permalink
Rename on format then rename back to avoid serialization issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-bpelakh committed Sep 15, 2021
1 parent 9268323 commit 100ad0c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,17 @@ actions:
target: "{output}"
includes:
- "*.ttl"
rename:
from: "(.*)\\.ttl"
to: "formatted_\\g<1>.ttl"
- action: "move"
source: "{output}"
target: "{output}"
includes:
- "formatted_*.ttl"
rename:
from: "formatted_(.*)\\.ttl"
to: "\\g<1>.ttl"
- action: "transform"
message: "RDF/XML serialization."
tool: "xml-serializer"
Expand Down

0 comments on commit 100ad0c

Please sign in to comment.