Releases: ciatph/excel-parser-uploader
Releases · ciatph/excel-parser-uploader
excel-parser-uploader_v1.0.6
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
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
excel-parser-uploader_v1.0.3
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_datacollection,provincesdocument. Theprovincesdocument 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
Summary
December 15, 2022
- Write unique
crop_stagesandfarm_operationsfrom the crop recommendations to CSV files - Normalize and upload the new cropping calendar by province, #12
- Extract, normalize and upload
crop_recommendationsdata by province, #8
What's Changed
- Feature/ciatph 8 by @ciatph in #9
- Feature/ciatph 8b by @ciatph in #10
- Feature/ciatph 11 by @ciatph in #13
- v1.0.2 by @ciatph in #14
Full Changelog: v1.0.1...v1.0.2
excel-parser-uploader_v1.0.1
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
- Feature/ciatph 3 by @ciatph in #4
- v1.0.0 by @ciatph in #5
- Feature/ciatph 1 by @ciatph in #6
- v1.0.1 by @ciatph in #7
New Contributors
Full Changelog: https://github.com/ciatph/excel-parser-uploader/commits/v1.0.1