Go Back
Element451 Writer
Publisher
: Lingk
Run In Lingk
Description
This recipe inserts a json source data object into an Element 451 based end point. To use this recipe, click Run!
Browse the knowledge base
Twitter
E-Mail
# _____ _ _____ __ # | __ \ (_) |_ _| / _| # | |__) |___ ___ _ _ __ ___ | | _ __ | |_ ___ # | _ // _ \/ __| | '_ \ / _ \ | | | '_ \| _/ _ \ # | | \ \ __/ (__| | |_) | __/ _| |_| | | | || (_) | # |_| \_\___|\___|_| .__/ \___| |_____|_| |_|_| \___/ # | | # |_| # Project Name - ELEMENT451 WRITER # Recipe URL - https://app.lingk.io/a/10932/tf/17857 # Description - # This recipe inserts a json source data object into an Element 451 based end point. # To use this recipe, click Run! # Industry - Higher Ed # Business Process - Graduate Reporting # Systems - element451 # Connectors - JSON, element451 # Data Flows - Single Direction # Connection Type - JSON to JSON # 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 # JSON Setup - https://help.lingk.io/en/articles/74-json-connector-reference ###### Start: JSON Connectors ####### - name: sourceData type: json properties: jsonObject: > [ { "user-email-address": "john.smith@example.com", "user-first-name": "John", "user-last-name": "Smith" }, { "user-last-name": "Jenkins", "user-email-address": "jane.jenkins@example.com", "user-first-name": "Jane" } ] ###### End: JSON Connectors ####### ###### Start: Element451 Writer Connectors ####### - name: element451Writer type: element451Writer 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 # source default: custom source: custom # client is mandatory and needs to bet set according to your environment. template: <clientTable.template> #IE: demo1.template.278 # client is mandatory and needs to bet set according to your environment. feature: <"featureString"> # IE: "Sv5DZRYbndo2...." ###### End: Element451 Writer Connectors ####### # _____ _ _ _ # / ____| | | | | | # | (___ | |_ __ _| |_ ___ _ __ ___ ___ _ __ | |_ ___ # \___ \| __/ _` | __/ _ \ '_ ` _ \ / _ \ '_ \| __/ __| # ____) | || (_| | || __/ | | | | | __/ | | | |_\__ \ # |_____/ \__\__,_|\__\___|_| |_| |_|\___|_| |_|\__|___/ # STATEMENTS specify how the data should be processed while in memory statements: #******************************************************************** D I S C L A I M E R *********************************************************************************************** # * # Note that in an effort to keep recipes optimized for DPH (Data Processing Hours), print statements should be commented out after development has concluded for a recipe. * # For more information on DPH optimization, please visit the following help article - https://help.lingk.io/en/articles/212-minimizing-data-processing-hours-on-the-lingk-platform * # * #******************************************************************** D I S C L A I M E R *********************************************************************************************** - statement: (sourceDataCount) => select count(*) from sourceData #- statement: print sourceDataCount - statement: INSERT sourceData INTO element451Writer # Add more statements to convert, join, aggregrate, transform, and integrate your data
Element451 Reader
DocuSign Reader