Closed jitendraag closed 3 years ago
Fixed 📍🚀
id
column as external_id
pincode
) has no issue. ✅ I also provided the schema on GitHub Issue comment. :pushpin:
🔴 Update: Our Master DB Spreadsheets has sheets according to category and also a Master sheet which contains all data 🎉
Spreadsheet Display Schema:
{
id: external_id,
title: title,
state: state,
district: district,
category: category,
phone_1: phone_1,
email: email,
phone_2: phone_2,
address: address,
pincode: pincode || pin_code,
comment: comment,
description: description,
source_link: source_link,
quantity_available: quantity_available,
price: price,
created_by: created_by,
created_on: created_on,
verified_by: verified_by,
last_verified_on: last_verified_on,
verification_status: verification_status,
assigned_to: e["Assigned_to"] || assigned_to,
hospital_available_icu_beds: hospital_available_icu_beds,
hospital_available_normal_beds: hospital_available_normal_beds,
hospital_available_oxygen_beds: hospital_available_oxygen_beds,
hospital_available_ventilator_beds: hospital_available_ventilator_beds,
latitude: latitude,
longitude: longitude,
downvotes: downvotes,
upvotes: upvotes,
is_duplicate: is_duplicate,
}
cc: @bodhi @Vignesh
Describe the bug I am listing multiple bugs here because many of them might have the same fix.
To Reproduce Try to combine data from 5 sheets here into a sheet in our format that you are already working on:
Expected behavior Explained above
Screenshots NA
Desktop (please complete the following information): NA
Smartphone (please complete the following information): NA
Additional context NA