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
When we collect phone data from organizations, services, and locations, we're taking the whole field and putting it in the number column in the output phones.csv. This is a problem because the phone field might actually include extensions or other text. It would be great to at least parse out extensions in the number column and move them to the extension column.
When we collect phone data from organizations, services, and locations, we're taking the whole field and putting it in the
number
column in the outputphones.csv
. This is a problem because the phone field might actually include extensions or other text. It would be great to at least parse out extensions in thenumber
column and move them to theextension
column.See examples in this fixture: https://github.com/switzersc/open_referral_transformer/blob/master/spec/fixtures/output/resources/phones.csv
The text was updated successfully, but these errors were encountered: