Skip to content

Releases: ciatph/excel-parser-uploader

excel-parser-uploader_v1.0.6

24 Jan 11:07
d549d2f

Choose a tag to compare

Summary

January 24, 2023

  • Add an option to replace recommendations text with random words, #25
  • Write the normalized crop recommendations data to CSV files when running npm run process:recommendations

What's Changed

Full Changelog: v1.0.5...v1.0.6

excel-parser-uploader_v1.0.5

13 Jan 08:02
da54663

Choose a tag to compare

Summary

January 13, 2023

  • Change all <p> tags to <li> under the impact outlooks column, #21
  • Replace the 10-day and special weather tabs from "impact" column names to "practice*"
  • Add a numeric ID to each recommendation row

What's Changed

Full Changelog: v1.0.4...v1.0.5

excel-parser-uploader_v1.0.4

10 Jan 23:03
21fe3be

Choose a tag to compare

Summary

January 11, 2023

  • Use the 10-day weather forecast municipality names on mismatching cropping calendar municipality names, #16

What's Changed

Full Changelog: v1.0.3...v1.0.4

excel-parser-uploader_v1.0.3

10 Jan 12:31
24cd6fa

Choose a tag to compare

Summary

January 10, 2023

  • Use crop stage and rainfall codes
  • Insert <span> tags in <li> tags
  • Expand the merged crop stages recommendations vertically
  • Upload a static, constant list of provinces and respective municipalities under the constant_data collection, provinces document. The provinces document contains data with structure:
    { data: [ { id: 0, label: "Albay", municipalities: [ { id: 0, label: "Bacacay" }, { id: 1, label: "Camalig" }, ... ] }, { id: 0, label: "Camarines Sur", municipalities: [ { id: 0, label: "Pamplona" }, { id: 1, label: "Balatan" }, ... ] } ... ], metadata: { date_created: "Jan 3, 2023" } } 

What's Changed

Full Changelog: v1.0.2...v1.0.3

excel-parser-uploader_v1.0.2

15 Dec 03:28
2277e62

Choose a tag to compare

Summary

December 15, 2022

  • Write unique crop_stages and farm_operations from the crop recommendations to CSV files
  • Normalize and upload the new cropping calendar by province, #12
  • Extract, normalize and upload crop_recommendations data by province, #8

What's Changed

Full Changelog: v1.0.1...v1.0.2

excel-parser-uploader_v1.0.1

11 Dec 08:13
87ba209

Choose a tag to compare

Summary

December 11, 2022

  • Create an excel file parser that converts regular bullet list text in cells to HTML tags, #1

    NOTE: Does not support all unconventional bullet list text formatting

What's Changed

New Contributors

  • @ciatph made their first contribution in #4

Full Changelog: https://github.com/ciatph/excel-parser-uploader/commits/v1.0.1