jacobg00 / beatles

Beatles Final Project
2 stars 0 forks source link

Problem - Remove spaces from attribute values in xml #1

Open haggis78 opened 2 years ago

haggis78 commented 2 years ago

The regex isn't working -Ted

haggis78 commented 2 years ago

@smdunn921 can you look into this?

haggis78 commented 2 years ago

@tedkondrich The songName spaces are gone but I still see some in album titles. Run the same regex, except instead of searching with name= , search with title= . We can leave the ones between songwriter names for now. After you're done with the album titles, close this issue in the Issues tab and move the task card back to Done in the Projects tab.

haggis78 commented 2 years ago

@tedkondrich Actually I'm seeing a few spaces in songName attributes still -- e.g. Revolution 1 and Revolution 9. Perhaps the regex missed those because they have a digit?