Feb 2, 2023 at 3:22pm
AMAZING DRIVING NANNY/HOUSEKEEPER/BABYSITTER/COOK AVAILABLE IMMEDIATELY
Feb 1, 2023 at 5:16pm
Feb 1, 2023 at 12:56pm
Feb 2, 2023 at 11:55pm
Live-in Nanny for 1 year old (ASAP Start- Flexible)
Feb 2, 2023 at 8:35pm
Feb 2, 2023 at 10:12am
Feb 1, 2023 at 9:12pm
Feb 1, 2023 at 5:21pm
Cat Lovers - become part of our lovely Cat Sitter team :x
Feb 1, 2023 at 1:44pm
Become part of our Silver Hound family as a DOG WALKER!
Feb 1, 2023 at 1:41pm
I have a spreadsheet with 360 rows. Each row contains information about an error code (name, description, severity, etc.). I need to move the contents of each row into a separate dita file (a type of text file). The files will be named after the error code, so errcode_0x0001.dita, errcode_0x0002.dita, through errcode_0xCCCF. (Seems to be sequential hexadecimal, although some numbers are skipped.)
I also have the same information in a table in a single dita file with some tagging in place. It's the wrong tagging, but that's easy enough to change with search-and-replace. This make me think it might be better to start with this file.
Can anyone think of a way to automate any part of this process so I can avoid countless hours of tedium? Even just creating a bunch of empty files with auto-generated file names would be a good start, if that's possible. @tom_reingold, any ideas?