Go Back
Element451 Reader
Publisher
: Lingk
Run In Lingk
Description
This recipe reads data from an Element451 data source. To use this recipe, insert the required Element451 source credentials and click Run!
Browse the knowledge base
Twitter
E-Mail
# _____ _ _____ __ # | __ \ (_) |_ _| / _| # | |__) |___ ___ _ _ __ ___ | | _ __ | |_ ___ # | _ // _ \/ __| | '_ \ / _ \ | | | '_ \| _/ _ \ # | | \ \ __/ (__| | |_) | __/ _| |_| | | | || (_) | # |_| \_\___|\___|_| .__/ \___| |_____|_| |_|_| \___/ # | | # |_| # Project Name - ELEMENT451 READER # Recipe ID - # Recipe URL - https://app.lingk.io/a/10932/tf/17946 # Description - # This recipe reads data from an Element451 data source. # To use this recipe, insert the required Element451 source credentials and click Run! # Industry - Higher Ed # Business Process - Graduate Reporting # Systems - element451 # Connectors - element451 # Data Flows - Single Direction # Connection Type - JSONs # Add Recipe notes / Change log information here! # _____ _ # / ____| | | # | | ___ _ __ _ __ ___ ___| |_ ___ _ __ ___ # | | / _ \| '_ \| '_ \ / _ \/ __| __/ _ \| '__/ __| # | |___| (_) | | | | | | | __/ (__| || (_) | | \__ \ # \_____\___/|_| |_|_| |_|\___|\___|\__\___/|_| |___/ # # CONNECTORS specify what data will be pulled into the in-memory database during processing connectors: # Configure element451 credentials in your Environment before running this recipe # element451 Setup - https://help.lingk.io/en/articles/356-element451-setup-guide ###### Start: element451 Connectors ####### - name: element451Reader type: element451Reader properties: # client is mandatory and needs to bet set according to your environment. client: <clientTable> # IE: demo # apiRootUrl default: api.451.io apiRootUrl: <URL> # IE: api.451.io # taskGUID is mandatory taskGUID: <"taskString"> #IE: "demo1.task.3801" # feature is mandatory feature: <"featureString"> # IE: "Sv5DZRYbndo2...." # perPage default: 100 perPage: 2 # showSchema default: false showSchema: true ###### End: element451 Connectors ####### # _____ _ _ _ # / ____| | | | | | # | (___ | |_ __ _| |_ ___ _ __ ___ ___ _ __ | |_ ___ # \___ \| __/ _` | __/ _ \ '_ ` _ \ / _ \ '_ \| __/ __| # ____) | || (_| | || __/ | | | | | __/ | | | |_\__ \ # |_____/ \__\__,_|\__\___|_| |_| |_|\___|_| |_|\__|___/ # STATEMENTS specify how the data should be processed while in memory statements: - statement: (element451ReaderData) => select * from element451Reader - statement: print element451ReaderData - statement: (element451ReaderDataCount) => select count(*) from element451ReaderData - statement: print element451ReaderDataCount # Add more statements to convert, join, aggregrate, transform, and integrate your data
Map and Merge Delimited Strings (Salesforce Mulitselect Picklists, etc.)
Element451 Writer