Excel 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.6KViews0likes2CommentsJoin the data of multiple sheets in an excel
Hi Team, I have a excel file from the source where it has one lakh number of records. And that excel file has multiple sheets of data and is related with each other from a primary key. I need to join the data of multiple sheets to have the related information of one entity. Since the records count is more it is difficult to have join snap as it consumes time. I have tried sorting and grouping and then fetching the info from other sheets. Still I need more feasible solution with less time consumption. Regards, Mohammed Suhail1.7KViews0likes0CommentsHow to read and store a excel file uploaded from Ultra task POST API
Hi All, I am creating a pipeline which stores a file uploaded from ultra task POST API and stores it to snaplex file storage. I have tried out many things but none of the examples worked. there is no proper solution in internet.1.7KViews0likes1CommentWriting 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, Harshavardhana3KViews0likes3CommentsCan 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.4KViews0likes4CommentsTable 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.5KViews0likes2CommentsEXCEL Formatter: Is it possible to write formulas to cells?
We are trying to write formula strings as values to Excel cells, but when the file is opened all that appears are the formula strings and not the evaluated values. We have tried prepending an ‘=’ to the strings but that just results in the string with an ‘=’ char prepended. Hitting ‘F2’ in a cell will immediately evaluate the cell, but that is not workable for end users. If we modify the cell in-place with the ‘=’ character then the formula evaluates. Any help/guidance is appreciated. Thanks, TK2.5KViews1like3CommentsExcel 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.3KViews0likes3CommentsExcel 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.2KViews0likes3CommentsConvert 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.4KViews0likes2Comments