Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

variableの取り扱いについて #8

Closed
sonoh5n opened this issue Jul 8, 2024 · 2 comments
Closed

variableの取り扱いについて #8

sonoh5n opened this issue Jul 8, 2024 · 2 comments
Assignees
Labels
💡 suggestion It deals with proposals regarding functionality. 🛠️ improvement Improve features which are working

Comments

@sonoh5n
Copy link
Collaborator

sonoh5n commented Jul 8, 2024

メタ情報を constants ではなく variables に登録するためには、単にメタデータを RepeatedMetaType 形式で
assignVals() に与えるだけでは不十分で、metadata-def.json のパラメーター定義部分で "variable" キーに1 を定義しなければなりませんでした。

metadata-def.json の説明には、定義シートに記載のない属性が定義されていた場合、システムはこれを無視し
エラーとせず取り込みも行わないとのことでしたら、rdetoolkit ではこのキーを解釈して処理を制御しています。
おそらく action キーにも何らかの機能が割り当てられているかと思いますが、action キーについては調査を行っていませんので詳細は不明です。variable キー、action キーともに rdetoolkit のドキュメントには記載がなく、詳細は不明です。

@sonoh5n sonoh5n added Type: Modification 💡 suggestion It deals with proposals regarding functionality. labels Jul 8, 2024
@sonoh5n sonoh5n self-assigned this Jul 8, 2024
@sonoh5n sonoh5n added 🛠️ improvement Improve features which are working and removed Type: Modification labels Jul 29, 2024
@tosaka-nims
Copy link
Collaborator

actionキーは、構造化処理で、例えば型変換するための関数名を記述しておき、構造化処理で実行するなどを想定して設けられたものです。あれば取り込んでおくという処理としてください。

varibleについては、variable項目にするにはこれを追加して値を1にする必要があります。

@sonoh5n
Copy link
Collaborator Author

sonoh5n commented Nov 18, 2024

@tosaka-nims

コメントありがとうございます。この件は、別の方から受けた質問内容をそのまま私が代理で貼り付けています。上記のように回答済みです。作業が重複してしまって大変申し訳ございません。

@sonoh5n sonoh5n closed this as completed Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 suggestion It deals with proposals regarding functionality. 🛠️ improvement Improve features which are working
Projects
None yet
Development

No branches or pull requests

2 participants