iT邦幫忙

2022 iThome 鐵人賽

DAY 15
0
自我挑戰組

地圖物聯系列 第 15

利用 Node Red 註冊存到 Google Excel及Mysql

  • 分享至 

  • xImage
  •  

美栽Node Red,如果做的好的話可以用在企業,模組化輸入真的很好

乾淨-簡單-快速-少碼

如下說明:

第一步.以下是一個輸入畫面及模組
https://ithelp.ithome.com.tw/upload/images/20220915/20136076Uv62sCgxYk.png
https://ithelp.ithome.com.tw/upload/images/20220915/20136076EQVO9Jo2fE.png

第二步:處理變數

var ds =flow.get(["account","password","email","phone"]);
msg.payload = ds; //null msg obj and create new properties
return msg;

var data=msg.payload
flow.set(["account","password","email","phone"],[data.UserName,data.Password,data.Email,data.Phone]);
return msg;

mysql

msg.topic="INSERT INTO register (account,password,email,phone) VALUES ('" + flow.get("account") + "','" + flow.get("password") + "','" + flow.get("email") + "','" + flow.get("phone") +"')";
return msg;

https://ithelp.ithome.com.tw/upload/images/20220915/20136076ilNpj5Knxf.png

第三步:將 google excel 設定好,定義好 Method:Append Row Cells:regist:A2(欄位自訂)
https://ithelp.ithome.com.tw/upload/images/20220915/20136076aF6NTU11T0.png
第四步:結果如下:
https://ithelp.ithome.com.tw/upload/images/20220915/20136076nDlyOKkLXU.pnghttps://ithelp.ithome.com.tw/upload/images/20220915/20136076FJ0LJy0Yp2.pnghttps://ithelp.ithome.com.tw/upload/images/20220915/201360765BBrDUE2bZ.png


上一篇
人臉辨識2
下一篇
帳/密 demo/demo 簡報地圖物聯網展示(V 1.8)
系列文
地圖物聯32
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言