Videos - Read JSON from Sql

More
1 year 10 hours ago #25557 by prashant
Purpose of the series is to 
Read a webhook 
Read keypairs
Save each key pair to SQL



Introduction to Series
www.loom.com/share/feb92124f9b140c682063...4f-a4b1-43dc1c59f87a

Reading Static Record from SQL
www.loom.com/share/9b3430abc10b4945a41b4...47-b5bc-ce403b6cb367

Reading SQL record via passing SQL
www.loom.com/share/6daab8504b6749fe80a36...d6-8ff2-2dcf293fd9e4

Reading Via commandline- This video also explains AETL command line briefly
www.loom.com/share/15d2429c35ec41d490e8e...c0-8b56-476d47fb333a

Using JSON object to extract a specific property
www.loom.com/share/e2f5d15303f2481587d72...f9-bce5-70cdc0eb3d4b

Looping through JSON arrays to extract multiple json keyvalues
www.loom.com/share/0f973207579946258fc5c...dd-8d52-fd31311094c8
 
The following user(s) said Thank You: Peter.Jonson

Please Log in or Create an account to join the conversation.

More
1 year 10 hours ago #25558 by prashant
To do
1. Extracting multiple key pairs and saving them as variable
2. Mapping each key pair into SQL
The following user(s) said Thank You: Peter.Jonson

Please Log in or Create an account to join the conversation.

More
1 year 10 hours ago #25559 by prashant
SQL script static
Code:
SELECT '<json_variable>' AS variable_name,        text_field_02 AS variable_value FROM [url_logger].[dbo].[event_log] WHERE id = '1dbe288c-ca7c-4abc-bebe-d25a9687f10f';

SQL use variables
Code:
SELECT '<json_variable>' AS variable_name,        text_field_02 AS variable_value FROM [url_logger].[dbo].[event_log] WHERE id = '#eventid#;
The following user(s) said Thank You: Peter.Jonson

Please Log in or Create an account to join the conversation.

More
11 months 4 weeks ago #25583 by Peter.Jonson
Thank you Prashant,
This will benefit a lot of users.

Peter Jonson
ETL Developer

Please Log in or Create an account to join the conversation.

More
11 months 4 weeks ago #25585 by prashant

Thank you Prashant,
This will benefit a lot of users.
The idea about this series was to showcase some stuff which N8N does and we (AETL) can also easily do including webhooks , manipulation of data , and more. N8N seem to have exploded lately all YouTube. I hope the same happens to AETL 

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save