induxx/parsable-file-multi-tool


README

安装

bin/docker/composer install

配置

一些转换文件依赖于不在转换内部存储的API凭证。

您可以在主-STEP或您正在处理的转换中添加这些指令。

在这个例子中,“my-account”用作所有转换中的账户名称

account:
   name: "my-account"
   username: "my-username"
   password: "my-password"
   domain: "my-domain"
   client_id: "my-client-id"
   client_secret: "my-client-secret"

您也可以以相同的方式向转换文件添加上下文参数

context:
    my-parameter: "my-value"

用法

发现所有选项

bin/docker/console transformation --help

以下是一个转换文件的示例

转换文件

bin/docker/console transformation --file example/project/transformations/transformation.yaml --source example/project/source --workpath example/project/workpath

调试

调试即将写入的第一个项目

bin/docker/console transformation --file ... --source ... --workpath ... --debug

尝试前100个项目

bin/docker/console transformation --file ... --source ... --workpath ... --try 100

如果您有动态映射,可以显示将要使用的映射

bin/docker/console transformation --file ... --source ... --workpath ... --showMappings

只写这一行,跳过其余部分

bin/docker/console transformation --file ... --source ... --workpath ... --line 100

只写这一行,跳过其余部分

bin/docker/console transformation --file ... --source ... --workpath ... --line 100