You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, seller names are jammed in the same line as the artwork title. A script needs to be written to help extract the seller name away from the artists and put that name in to the seller field.
The syntax should be pretty easy, as it is usually something like
Firstname Lastname. 21. Painting Title
So parsing on the period after the character, but before the first digit, would probably do it.
The text was updated successfully, but these errors were encountered:
Currently, seller names are jammed in the same line as the artwork title. A script needs to be written to help extract the seller name away from the artists and put that name in to the
seller
field.The syntax should be pretty easy, as it is usually something like
Firstname Lastname. 21. Painting Title
So parsing on the period after the character, but before the first digit, would probably do it.
The text was updated successfully, but these errors were encountered: