Challenge #45: Parsing Bureau of Labor Data
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
11 - Bolide
12-19-2022
09:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@GeneR - FYI, the URL in the provided input gives a "HTTP/1.1 301 Moved Permanently" error. Upon checking the source (bls.gov), I was only able to find the following file:
11 - Bolide
12-19-2022
10:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Given the new input file, the beginning of my solution looks a little different due to needing to first download the xlsx as a blob and then read all data from all sheets. Additionally, the new .xlsx appears to have data for 2012-2021, as opposed to the original .txt input which contains data from 2006-2013.
My solution:
Spoiler
Main workflow:



Batch macro 1:
Batch macro 2:
gautiergodard
13 - Pulsar
01-02-2023
06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Spoiler
solution
lhalliwell
8 - Asteroid
01-04-2023
07:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
NicolasSz
11 - Bolide
01-05-2023
04:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
karlhansen
9 - Comet
01-12-2023
12:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Data is permanently moved -- use: https://www.bls.gov/web/empsit/compaes.xlsx
(When I compare mine to the solution, the data almost does not overlap!)
huyenntran97
7 - Meteor
01-13-2023
09:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My solution for Challenge 45:
The URL doesn't work
JoeChan619
8 - Asteroid
01-18-2023
01:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
alacoume
9 - Comet
01-19-2023
12:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
danblythe
8 - Asteroid
01-21-2023
09:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Spoiler
Had to use a txt file to do this challenge, but still had fun!