|
4.10 Patch | transform4058 | - | - | Addressed an issue with the Excel Parser Snap that failed with out of memory when using large input Data (eg. 191 MB). |
4.10 Patch | transform3956 | - | - | Conditional Snap: fixed an issue with the "Null-safe access" Snap Setting not being respected for return values. |
4.10 | snapsmrc414 | - | - | CSV Parser Snap updated with Ignore empty stream property to support passing the empty data. XML Formatter Snap updated with Max schema levels property to support the outbound schema XSD containing import statements. Addressed spelling errors in messages across the Snap Pack.
|
4.9.0 Patch | transform3343 | - | - | Join Snap - All input documents from all input views should be consumed before the end of Snap execution. |
4.9.0 Patch | transform3281 | - | - | Made all four output views in Diff snap as mandatory. |
4.9.0 Patch | transform3264 | - | - | Made all four output views in Diff snap as mandatory. |
4.9.0 Patch | transform3220 | - | - | CSV Parser Snap - A new Snap property Ignore empty data with true default is added |
4.9.0 Patch | transform3019 | - | - | Addressed an issue with the transform2989 build. |
4.9.0 Patch | transform2989 | - | - | Addressed an issue with Excel Parser not displaying the most recent cached value for vlookups containing missing external references. |
4.9.0 | | - | - | Introduced Encrypt Field and Decrypt Field Snaps. |
4.8.0 Patch | transform2956 | - | - | [CSVParser] Fixed an issue where an empty Quote Character config field was defaulting to the unicode quote character U+0000 (null). This caused issues if the input CSV had U+0000 characters in it. |
4.8.0 Patch | transform2848 | - | - | Addressed an issue with Excel Multi sheet Formatter creating unreadable data on the output view when there is no input document. Addressed an issue with CSV Formatter Snap failing on empty input data. Addressed an issue with an upstream Script Snap throwing a NoClassDefFoundError in the Sort Snap.
|
4.8.0 Patch | transform2768 | - | - | Addressed an issue with CSV Parser causing a spike in CPU usage. |
4.8.0 Patch | transform2736 | - | - | Addressed an issue with Excel Formatter dropping the first record when Ignore empty stream is selected. |
4.8.0 | | - | - | Updated the CSV Formatter Snap with Newline property. This lets you select newline characters as a line break. CSV Formatter Snap: Snap-aware error handling policy enabled for Spark mode. This ensures the error handling specified on the Snap is used. Mapper: Snap-aware error handling policy enabled for Spark mode. This ensures the error handling specified on the Snap is used.
|
4.7.0 Patch | transform2549 | - | - | Addressed an issue with Excel Formatter altering decimal numbers to text. |
4.7.0 Patch | transform2344 | - | - | Resolved an issue with validation of pipelines taking more time than executing a pipeline when a large amount of data is used. |
4.7.0 Patch | transform2335 | - | - | Resolved an issue with XML Parser failing with error: 'Maximum attribute size (524288) exceeded'. |
4.7.0 Patch | transform2206 | - | - | Resolved an issue with JSON Generator failing with an "Invalid UTF-8 middle byte 0x70" error on Windows. |
4.7.0 | | - | - | Updated Sort Snap with the property Maximum memory %. (Also released as a patch to 4.6.0) Updated JSON Formatter Snap with the JSON lines field, an option that outputs each document fully in a single line followed by a newline. Updated the JSON Splitter Snap with Json Path property. Updated the Excel Parser Snap with the new field, Header row.
|
4.6.0 Patch | transform2018 | | | Resolved an issue where Excel Parser did not reliably set header row when "contains headers" is checked |
4.6.0 Patch | transform1905 | | | Resolved an issue in Sort Snap where buffer size should not be fixed for optimal performance |
4.6.0 Patch | transform1901 | | | |
4.6.0 Patch | transform1871 | | | Resolved a performance issue in Excel Multi Sheet Formatter. |
4.6.0 | | | | The following Snaps now support error view in Spark mode: Aggregate, CSV Parser, JSON Parser, Join, Unique. Added an option to enable output readability. The newly added option is Pretty-print. Resolved an issue in Excel Formatter Snap that formatted decimal numbers as text in the output XLS file. Resolved an issue in XML Generator Snap that expired the internal cache after 50 minutes. Resolved an issue in Join Snap that caused unexpected failures while performing join or duplicated column values. Resolved an issue in Sort Snap that caused unexpected results when provided with multiple sort paths. You can now expand/collapse all nodes of a schema tree by holding the Shift key while clicking on the plus (+) sign. Schemas with less than 1000 entries will now auto-expand when searching/filtering.
|
4.5.1 | | | | XML Formatter is enhanced to transform an XML output to canonical XML. For more information, see XML Formatter. Join Snap is updated to support a new join type, Merge. For more information, see Join. Fixed an error in XML Parser Snap that caused the Snap to fail for a valid specification, a hierarchy with an XPath expression. Fixed an error in CSV Parser Snap that causes the skip lines option to not take effect in Spark mode. Fixed an error in Join Snap that caused unintended values in the output document if one of the inputs has zero documents. Fixed an error that throws incorrect resolution for a failure when a Join Snap has unconnected input views. Fixed an error in Sort Snap that occurred because the upstream Snap was producing Long instead of Big integer. Fixed an error in Sort Snap to ensure appropriate error handling. Fixed an error in Join Snap, in Ultra mode, that that caused execution failure due to lineage information. The version of the Join Snap deprecated in 4.4.1 is no longer available in the catalog. CSV Parser Snap is updated to ensure appropriate parsing of input data. The Snaps that worked prior to 4.4.1 were failing in the 4.4.2 version. This has been rectified.
|
4.5.0 | | | | Spark Mode enabled for Join, JSON Splitter, JSON Formatter, JSON Parser. Resolved an exception in the Join Snap. Resolved an issue with the Mapper Snap that occurred while evaluating an expression and reporting its error. Resolved an issue with CSV Formatter adding extra data to output when used in Spark mode. Resolved an issue with CSV Parser Snap that occurred when the second input view did not contain a header. Resolved an issue with the Mapper Snap that occurred while evaluating an expression and reporting its error.
|
4.4.1 | | | | NEW! Excel Multi Sheet Formatter NEW! In-Memory Lookup Deprecated: The Join Snap has been deprecated and is labeled as such. Existing pipelines using this Join Snap (which is now deprecated) will continue to function as-is without any issues, including pipeline execution or while pipeline deployment across orgs. This Snap will continue to be supported for two Platform Level (x.x) Sprints, which is approximately six months. After that point, no bug fixes will be applied to the Snap. It is recommended to move to use the new Snaps (Join and In-Memory Lookup), which together have significant performance and efficiency benefits. Name change: The Multi-Join Snap has been renamed to Join. Aggregate: Resolved an issue with Sum and Avg Functions not returning correct output in Spark mode. CSV Parser: A second optional input view was enabled to add the ability to associate an external schema file. CSV Formatter: A new property, Quote mode, specifies how the quote character should be used in formatting the CSV data. JSON Formatter: Resolved an issue with the Ignore Empty Streams option not working. JSON Parser: Resolved an issue with error handling when an empty file is passed in an Ultra task. Resolved an issue with XSLT Snap incorrectly completing successfully when a truncated XML document was passed. ZipFile Read: Resolved an issue with Content-length, content-location showing differently for different protocols. Resolved an issue with spaces in file and folder names displaying as "%20".
|
4.4 | | | | NEW! Pivot Snap Resolved an issue with JSON Splitter modifying documents that were already sent out. Spark support added to the Aggregate, CSV Formatter, CSV Parser, Mapper, Sort, and Unique Snaps.
|
4.3.2 | | | | NEW! Group By Fields and Group By N Snaps added. Behavior change: CSV Formatter: Expression support added to Delimiter and Quote Character properties. You will need to toggle on the expression button to use an expression in this field. Behavior change: CSV Parser: Expression support added to Delimiter, Quote Character, and Escape Character properties. You will need to toggle on the expression button to use an expression in this field. Resolved an issue with Encrypt and Compress showing 352 bytes of data when CSV Formatter has Ignore empty stream enabled. Resolved an issue with Sequence Snap failing if trying to read parameters from upstream. Resolved an issue with Sort Snap not failing with warning/error when incorrect (non-existent) field is referenced in the Sort path. Resolved an issue with CSV Formatter failing with error Input length = 1. (Data) removed from the Mapper Snap name. Resolved an issue with Excel Parser Snap ignoring a column if it contained null values when selecting the Contains headers option. Resolved an issue with Excel formatter truncating leading zero in string type. Resolved an issue with Binary to Document Snap not routing the Content into the error view. The Multi Join Snap has been pulled from the Snap catalog when in SnapReduce mode as it is not yet supported.
|
4.3.1 | | | | |
4.3.0 | | | | |
4.2.2 | | | | NEW! Multi Join Snap. This streaming supports joins of two or more sorted data streams. Sequence Snap now supports pass through. Resolved an issue where the Excel Parser Snap always returned the header from the first sheet for all sheets if the Excel file format was the older .xls format. Additionally, Improved the error message when the sheet given does not exists. Sort Snap: Null greater option added to let you indicate if null values should be treated as greater than non-null values when sorted. Resolved an issue with the Aggregate Snap failing with a null pointer exception.
|
| August 7, 2015 (2015.25/4.2.1) | | | Resolved an issue in Excel Parser where Headers were not displayed properly if a few columns were blank. Resolved a null pointer exception in the Aggregate Snap. The resolution included the addition of a new field, Sorted stream, where you designate whether or not the incoming date is sorted, as presorted data will allow the Snap to run more efficiently. The default value is Ascending for newly placed Aggregate Snaps; existing Aggregate Snaps will default to Unsorted for compatibility with previous functionality. NEW! Transcoder Snap. Resolves an issue where preview of Snaps was not able to handle special characters. Resolved an issue with XML Formatter including "Metadata" in the output.
|
| June 27, 2015 (2015.22) | | | Sort Snap: performance improvements for sorting large amounts of records. XML Formatter: JSON Splitter: resolved an issue with the Snap not honoring the Null-safe access option Excel Parser: Headers were not displaying properly if a few columns are blank.
|
| June 6, 2015 (2015.20) | | | CSV Parser: You can now select the character set in which your incoming CSV data is encoded. CSV Formatter: You can now select the character set in which encode your CSV data. You can also select to writhe the BOM (ByteOrderMark) for the character set selected. NEW!: Avro Parser and Formatter Excel Parser Snap: resolved failure due to file size XML Formatter: Additional property, Strict XSD Output was added to extract the root element name and the wrapper name from the XSD file.
|
| May 2, 2015 | | | Excel Parser: exception resolved Join: bug fixes for certain datasets in excess of 1million rows JSON Generator: enhanced error handling Mapper (Data): bug fixes Sequence Snap: enhanced error handling Sort:bug fixes for certain datasets in excess of 1m rows XML Parser: enhancements supporting empty documents
|
| March 2015 | | | CSV Formatter: Exception resolved when the quote character and delimiter were the same. XML Formatter: The datetime output now outputs as UTC date/time XML Parser: Examples added to the documentation.
|
| January 2015 | | | Binary to Document Snap: The optional property Ignore empty stream was added. CSV Formatter: Performance enhancements CSV Parser: Quote character is no longer a required field. Optional Header size error policy field added. This setting lets you decide how to handle the error. In the newly provided csv, the last record is too big. Existing pipelines with this Snap will default to Both as this was the previous behavior.
Excel Parser: Now writes bad records to the document error view if configured. XML Parser The splitting of an XML document functionality has been improved. You can provide the splitter expression (a path to the element you want to split an XML on) in the XML Parser Snap and it will split the document (regardless of the size of the original XML). Performance improvements.
|
| December 20, 2014 | | | Join: a new version of the Join Snap has been created. The existing version will continue to work, but will be marked as Deprecated. Any future enhancements will be in the newer Join. The new Join will prefix top level attributes from the right with right_ and top level attributes from the left with left_. CSV Parser & Formatter have been enhanced to utilize Unicode for delimiters. Fixed Width Formatter: Now supports Null-safe access Updates to XML Parser and XML Formatter
|
| November 2014 | | | Aggregate now provides 2 new functions: concat and unique_concat |
| October 18, 2014 | | | |
| Fall 2014 | | | |
| August 2014 | | | |
| July/Summer 2014 | | | |
| June 30, 2014 | | | |
| May 2014 | | | NEW! CSV Generator Snap NEW! Sequence Snap NEW! Constant Snap Conditional Snap updated with Null-safe access. The Data Snap no longer needs an input. With no input view specified, it generates a downstream flow of one row.
|
| April 2014 | | | Aggregate Snap updated to handle aggregating Strings, Date, Time, and DateTime. Excel Parser Snap enhanced to determine column names in a spreadsheet.
|
| March 2014 | | | NEW! Unique JSON Splitter Snap was enhanced with an Include parent option, which includes the hierarchy of the list specified by the JSON path by adding it to each document. Snaps like JSON Parser that have a JSON path expression now support pipeline parameter substitution in that expression. Excel Parser Snap property labels updated for clarity. "Skip Lines" labels are replaced with Start Row and End Row.
|
| January 2014 | | | |
| December 2013 | | | |
| November 2013 | | | NEW! Conditional NEW! Diff
|
| August 2013 | | | NEW! Aggregate: The Aggregate Snap applies aggregate functions on input data with Group By support. NEW! JSON Generator: Generates JSON as a document for the next Snap in the pipeline. Join: The Join Snap was enhanced to support Outer joins.
|
| July 2013 | | | JSON Splitter: The JSON Splitter Snap splits a list of values into separate documents. |
| Initial release | | | |