ELT Sort

ELT Sort

Overview

Use this Snap to add the ORDER BY keyword to an existing query. The ORDER BY keyword enables you to sort records in ascending or descending order of a specified column's value. Additionally, the Snap also enables you to specify whether null value records are displayed first or last. This Snap also allows you to preview the result of the output query. You can validate the modified query using this preview functionality.

Prerequisites

None.

Limitation

Known Issues

Snap Input and Output

Input/Output

Type of View

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input/Output

Type of View

Number of Views

Examples of Upstream and Downstream Snaps

Description

Input 

Document

  • Min: 1

  • Max: 1

  • ELT Select

  • ELT Copy

The SQL query in which you want to add the ORDER BY keyword.

Output

Document

  • Min: 1

  • Max: 1

  • ELT Insert-Select

  • ELT Unique

The incoming SQL query with the ORDER BY keyword.

Snap Settings

SQL Functions and Expressions for ELT

You can use the SQL Expressions and Functions supported for ELT to define your Snap or Account settings with the Expression symbol = enabled, where available. This list is common to all target CDWs supported. You can also use other expressions/functions that your target CDW supports.

Parameter Name

Data Type

Description

Default Value

Example 

Parameter Name

Data Type

Description

Default Value

Example 

Label

String

ELT Sort

Sorted Employee List

Sort Paths

Required. This field set allows you to specify the sort order and placement preference for null values in each column in the table. 

Click + to add a new row. Each column for which you want to specify the sort order requires a new row.

This field set consists of the following fields:

  • Sort Path

  • Sort Order

  • Null Value Sort Preference

Sort Path

String

Required. The name of the column based on whose values you want to sort the records.

N/A

FNAME

Sort Order

String

Determines the order in which the values must be sorted. 

Available options are:

  • ASC: Ascending order

  • DESC: Descending order

ASC

DESC

Null Value Sort Preference

String

Determines whether the null values must be displayed first or last.

Available options are:

  • NULLS FIRST

  • NULLS LAST 

This field is ignored in Azure Synapse as it does not support sorting of null values natively.

NULLS FIRST

NULLS LAST

Get preview data

Check box

Not selected

Selected

Troubleshooting

None.

Examples

.

Downloads

Important Steps to Successfully Reuse Pipelines

  1. Download and import the Pipeline into SnapLogic.

  2. Configure Snap accounts as applicable.

  3. Provide Pipeline parameters as applicable.




See Also