Hi,
I’m using orchestrator storage bucket.
I’ve stored a excel file. I want to read the file without having to download the file.
Any idea?
Thanks!
Hi,
I’m using orchestrator storage bucket.
I’ve stored a excel file. I want to read the file without having to download the file.
Any idea?
Thanks!
If you are using Storage Bucket, you must download the file to read it’s content.
You can’t. You have to download it then read it with Read Range etc.
maybe storing CSV Data will better fit as it is text and we can use read storage text and feed it to csv parsing when we need it as datable.
Similar also other alternates can be checked as options
ahh yes, I forgot about the Read Storage Text and Write Storage Text activities, good call! But it would also depend on why Excel is being used in the first place a CSV may not be suitable.
Yes and agreed. Here the requirements are to clear.
Regarding Configs / some other scenarios we worked with JSON very successfully. Related to the overhead we gave in other scenarios the go for CSV
@Ray_Sha1 Can you tell us more about the scenario?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.