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.
2 つの異なるテキストを同じ file.csv (または .txt) に 2 つの異なる列に保存する方法を理解しようと懸命に取り組んでいます。
.JSランダムなテキストを生成し、いくつかのフィールドに入力してから、残りのマクロを続行する を作成しました。
.JS
私がやりたいのは、それらのテキスト(電子メール、パスワード)を.csvに保存することです{{!COL1}}。{{!COL2}}
{{!COL1}}
{{!COL2}}
このようなものを構築する方法はありますか?どうもありがとう!
eiifq83234
簡単な解決策は、値を !extract に追加するだけです-csvファイルに保存した後、2つの異なる列に自動的にフォーマットされます
set !extract username add !extract password saveas type=extract folder...