ContributionsMost RecentMost LikesSolutionsRe: Requirement to extract text from pdf, word doc and ppt file types As far as I know there is nothing available to support this. I needed something similar for .docx Scheduling query Hello, Is it possible to schedule a pipeline to execute EOM - n days ? (I can build logic into the pipeline). JMS Consumer ActiveMQ Hello, I need help configuring JMS Consumer to consumer an ActiveMQ queue. I am stuck at the validating account part. Connection Factory: org.apache.archivemq.jndi.ActiveMQInitialContextFactory I’ve added the JAR & populated: InitialContext.INITIAL_CONTEXT_FACTORY InitialContext.PROVIDER_URL Context.SECURITY_PRINCIPAL Context.SECURITY_CREDENTIALS I get this error when validating: Failed to validate account: activemq is undefined. (Reason: activemq is undefined.; Resolution: Check the spelling of the variable) Re: Downloading and writing a base64 encoded ZIP file Thank you, that’s resolved it. Works perfectly. Re: Downloading and writing a base64 encoded ZIP file Anyone any ideas? Re: Downloading and writing a base64 encoded ZIP file The intention of the multipart writer was to merge the individual binary output and write the zip file Re: Downloading and writing a base64 encoded ZIP file The SOAP response will detail the file name, date and the file split into chunks of data (base 64 binary). jsonPath($, “$[‘soap:Body’].Stream_LatestPackageResponse.Stream_LatestPackageResult.File.Chunk[*]”) We’re building an array of the encoded strings. See the splitvalue screenshot. Re: Downloading and writing a base64 encoded ZIP file Downloading and writing a base64 encoded ZIP file Hello, Has anyone had experience of downloading a base64 encoded ZIP file. It sounds relatively straight forward however the file that is created cannot be opened (m/s invalid file format error appears). The size of the file is almost the same as the source file, therefore I assume somewhere the process is going wrong. Any help appreciated!