Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

require 'csv'
require 'net/http'
require 'json/ext'
csv_string = "Shen,Lui,sliu+cs@stelladot.com,,Yes,No,No
Shen,Lui,sliu@stelladot.com,,No,No,Yes"
out_file = File.open("users_data.txt", 'w')
require 'csv'
require 'net/http'
require 'json/ext'
csv_string = "Shen,Lui,sliu+cs@stelladot.com,,Yes,No,No
Shen,Lui,sliu@stelladot.com,,No,No,Yes"
out_file = File.open("users_data.txt", 'w')