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

データ構造化をデータタイルごとに処理をするための情報の取得方法について #5

Open
sonoh5n opened this issue Jul 8, 2024 · 0 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

マルチデータタイルやエクセルインボイスの場合、RDEToolKitは以下のようにフォルダ展開をしてくれますよね。

./dataは生成しないか?

./data/inputdata
./data/raw
./data/以下略
./data/divided/0001/inputdata
./data/divided/0001/raw
./data/divided/0001/以下略
./data/divided/0002/inputdata
./data/divided/0002/raw
./data/divided/0002/以下略

上記の場合、3つのデータタイルを登録するので、3回処理を回すことになります。

このとき、ループを回したいので以下のベースフォルダのようなもののリストがあるとありがたいです。

./data
./data/divied/0001
./data/divied/0002

上記のリストをworkFoldersとした場合

for work in workFolders:
  構造化処理(work)

のように構造化処理を回したい。

今の機能だとinputdataの場所に関するリストがあって、それを使えば上記のようなパスは取れるのですが、処理対象のベースフォルダのリストがあれば繰り返し処理しやすい、という要望です。

@sonoh5n sonoh5n added 🛠️ improvement Improve features which are working 💡 suggestion It deals with proposals regarding functionality. labels Jul 8, 2024
@sonoh5n sonoh5n self-assigned this Jul 8, 2024
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

1 participant