Giving up on Harvesting, it's just too hard. How do you import multiple files from one folder? #7814
Unanswered
BryanCrotaz
asked this question in
Questions
Replies: 1 comment
-
In Episode 44 of the Deployment Dojo, I start a 3-part series on the different ways you can use to find your files. Also, in Episode 52 of the Deployment Dojo, I did exactly what you described in your first paragraph with Heat. And an hour ago, in Episode 53 (video may need a few hours to finish encoding), I did the same as Episode 52 but with the Advanced Harvesting tools from FireGiant which are much easier to use than Heat. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have 227 files in my publish folder. I've been trying to use HarvestDirectory to bring them in but I've completely failed to get it to run on Github Actions, and can't see how to reference the exe in a ServiceInstall. So I'm giving up and doing it by hand (but not looking forward to typing out 227 components and files!)
It seems that you have to put something called a
BindPath
on aFile
element? Is this the correct way to set where the file is imported from? How do you import lots of files from one folder? Is there a ParentDirectory element? Component doesn't have a BindPath you see.Beta Was this translation helpful? Give feedback.
All reactions