View Single Post
Old 05-13-2019, 09:59 AM   #2
ilovejedd
hopeless n00b
ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.ilovejedd ought to be getting tired of karma fortunes by now.
 
ilovejedd's Avatar
 
Posts: 5,126
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Unless someone's willing to take up the task of writing code to convert from plain text to HTML (probably via user-defined program which is a relatively significant undertaking) or you learn to program in python and do it yourself, converting from plain text directly to custom columns is easier.

e.g.
Code:
Search field:
#your_source_metadata_column

Search for:
Category: ([^\n]+)

Replace with:
\1

Destination field:
#fandom

Code:
Search field:
#your_source_metadata_column

Search for:
Story URL: https://archiveofourown.org/works/([0-9]+)

Replace with:
\1

Destination field:
#storyId
ilovejedd is offline   Reply With Quote