ContributionsMost RecentMost LikesSolutionsMS-Access Connection I am trying to access the MS-access file from S3 location. But when i am trying to access i am getting the below error message. i suspect there is something wrong only on the JDBC URL from the Generic Database Account connection. Below is my URL. JDBC URL : jdbc:access:///S3:///umg-ers-royalties-uat/RoyNEWSCA5.accdb Note: i am able to access flat file through the same S3 location. Please advise Failed to validate account: Failed to retrieve a database connection. Cause: S3:///umg-ers-royalties-uat/RoyNEWSCA5.accdb doesn’t exist or can’t be accessed. If you’re using mapped drives to access database files, you may need to check the security permissions. (Reason: S3:///umg-ers-royalties-uat/RoyNEWSCA5.accdb doesn’t exist or can’t be accessed. If you’re using mapped drives to access database files, you may need to check the security permissions.; Resolution: Address the reported issue.) S3 Bucket dynamic creation i would like to create bucket dynamically on run time. Is there any snap that i can use for Dynamic Bucket creation Re: MS Access to Redshift - Snaplogic Thanks. Let me research on this. MS Access to Redshift - Snaplogic I have a requirement to extract data from MS-Access Data and load into Redshift through Snaplogic. Can i know if we have any connectors to connect with MS-Access from Snaplogic ? Remove Footer - FIxed width file I am trying to load the data from fixed width flat file. In Fixed-Width Parser snap i can able to remove header through skip option. But can i know , is there any possible way to remove the footer ? Re: Is_number() equivalent Thanks. It helps. Is_number() equivalent i am getting the input value from the flat file. i am reading all the column values and have to load in the target table only if it is a number. Can i know is there any built-in function to validate or handle this. Re: Unzip and read the file i think you are right. I did a sample test and it is moving through each file. I will develop further and keep you posted. Thanks for your quick response. It helps. Unzip and read the file My input file is zipped. Inside the zip file, there are 3 fixed width file. I have to unzip the file and read each file(one at a time) and load into table. The input file will be in S3. Can someone advise to handle this scenario Earlier when there was only one input file, i was able to successfully unzip and load the file. But this is not working when there are multiple files. Below snaps i have used when there is only one pipeline and it worked successfully. Directory Browser -->S3 File Reader–>Decompress–>Transcoder–>Fixed Width Parser–> Mapper–> Target Re: Delimeter in Mapper cstewart: $inputarray) Thank you. It is working now. Good one to learn. 😀