Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Id を .txt ファイルに提供するフィーダーの値をフィードしようとしています。各セッションから Id を抽出することなく、フィーダーから直接値を抽出する方法はありますか?
どういう意味かわかりませんが、次に使用できるフィードから値を抽出する方法は次のとおりです。
val creditCard = "クレジットカード"
feed(tsv("CreditCard.txt").random)
ファイル「Credit.txt」内には、最初の行(列)の名前が変数の初期値とまったく同じである必要があります->「creditCard」。
このようにして、スクリプトで「${creditCard}」のように使用できます。