Excel Parser - "Zip bomb detected!" Error
Hi, I’m trying to parse an excel file with the “Excel Parser” snap and I’m getting the following error: Zip bomb detected! The file would exceed the max. ratio of compressed file size to the size of the expanded data. This may indicate that the file is used to inflate memory usage and thus could pose a security risk. You can adjust this limit via ZipSecureFile.setMinInflateRatio() if you need to work with files which exceed this limit. Uncompressed size: 670068, Raw/compressed size: 6656, ratio: 0.009933 Limits: MIN_INFLATE_RATIO: 0.010000, Entry: xl/styles.xml The documentation (https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439019/Excel+Parser) states that this error is expected when the excel file is larger than 4GBs but the file that I am attempting to parse is 578KBs How can I fix this problem?Solved9.4KViews0likes3CommentsSQL Table into Excel File
I have a pipeline that I am working on that requires data to be extracted and transformed in SQL Server (completed) and should be loaded into a single excel file. I cant seem to get my data into an excel file. Has anyone completed a similar load, if so, how? What snaps and order did you use? In my research I have seen a lot of articles about excel to DB but not the other way around.Solved4.7KViews0likes3CommentsExcel Formatter - need date datatype with this format MM/DD/YYYY
Im using Excel Formatter. I am selecting from Oracle. I need the column in excel to be date datatype, but have this format MM/DD/YYYY with no time on the end. I can get the date into that format if I do a to_char(mydate, ‘MM/DD/YYYY’) in the select, but the datatype is always General no matter if I click the “Translate Date and Time Types”. If I let it be a date in the select as it is naturally from the table datatype or I do a to_date(to_char(mydate, ‘MM/DD/YYYY’), ‘MM/DD/YYYY’), no matter what the checkbox is set to its always General and it puts the time on the end? I cant win. When I export from Oracle SQL developer to excel, that tool gives date datatype with this format MM/DD/YYYY no problem.4.2KViews0likes3CommentsTable Creation in SQL server with specific data type using data from excel file
Hi all, Thanks in advance for read and any help here. I have a pipeline where I had a excel file, with columns name and table name, so first I read this excel file and them make a parse, this is a sample of the excel file: So I want (if not exist) create a table AAA with the columns 0XX5, 0XX6, 0XX7, 0XX8, 0XX9 each one with the respective Datatype, how can I o that?3.5KViews0likes2CommentsConvert Date(yyyy,mm,dd) to a date field
My work has had me creating a pipeline for the last few weeks, that checks if an excel document exists, and if it does, it opens it and updates our system based on what dates are in the spreadsheet. I’ve had to develop it using the template we received, which had no data on it, so I filled in some test cases so that I cold work. I filled in the dates as DD/MM/YYYY since I assumed they would come in a similar format. Yesterday, I received a copy of the document, and the dates are not in a date format. They are an excel formula: “=DATE(yyyy,mm,dd)” Which is coming through to SnapLogic as an string, and the Date.parse() can’t process it The only thing I can think of is sub-stringing, but I don’t like doing it that way. Can anyone suggest a better method of doing this? Thanks Regards RoySolved3.4KViews0likes2CommentsCan Excel Formatter Insert Data at an Offset (Column or Row)?
I have a requirement, that I insert data into a series of sheets in an Excel workbook - and the sheets are not blank. Is there a way to tell the Excel formatters (would love to use the multi-sheet formatter for this) to start inserting at a particular row, or better yet, a cell? I see some folks have asked for something similar, Anyone aware on how to insert the data into excel file from a specific line number (in excel sheet)? - Designing Pipelines - SnapLogic Community If this is not possible, I am new, and I wonder: What is the best way to request this feature? It seems to come up periodically in various forms.3.4KViews0likes4CommentsPipeline Monitor API to Excel Multi Sheet Formatter - pipeline
Hi there, I built a simple pipeline to extract all the pipelines from my dev org and write into a excel file. I have 2 types of pipelines and trying to write into different sheets of excel using Excel Multi Sheet Formatter. But when I use it gives me Null pointer exception as its not accepting the input. May I know what I am doing wrong here? attached the pipeline I built Thanks Manohartest2_2020_10_20 (1).slp (26.8 KB)Solved3.3KViews0likes2CommentsWriting multiple data in a single excel file sheet
Hi, Good day, I have got a requirement to append the data in an excel as the incoming data is coming from various sources. Since the append operation is not allowed, I would like to know if is there any way of loading the data in different sheet names in the same excel file.? Thanks, Harshavardhana3.1KViews0likes3CommentsRefresh Excel Pivot Table
The attached sample excel has three sheets: Sheet “data” - This sheet has the raw dump of data Sheet “pivot” - This sheet has a pivot build out of the “data” sheet Sheet “stats” - This sheet builds a summary data using the “pivot” sheet The goal is to refresh the pivot table in the “pivot” sheet once new data is added in the “data” sheet. Any help would be greatly appreciated. sample_pivot.xlsx (15.4 KB)2.9KViews0likes2CommentsExcel Merger
Hi, Whether is there any way to merge two Excel data into one using the Snaplogic? Like A,B, C and D,E, F are headers belonging to two different excel Ex1 and Ex2. And I require a combined Excel concatenated side-ways like A,B, C,D, E,F Screenshots below: Ex1: (Excel 1) Ex2: (Excel 2) Expected Output: Thanks, Harshavardhana2.6KViews0likes2Comments