Hi, What is the best approach to transform my Field Name to Field.
Currently, I approach to resolve this by adding a Text Input Tool with the second table and then use a Find and Replace to do the trick. I wanted to know the various approaches to resolve this.
| Field Name | Field |
| summary______ | summary_ |
| issuetype_self_____ | issuetype_self_ |
| issuetype_id_____ | issuetype_id_ |
| issuetype_description_____ | issuetype_description_ |
| issuetype_iconurl_____ | issuetype_iconurl_ |
| issuetype_name_____ | issuetype_name_ |
| issuetype_subtask_____ | issuetype_subtask_ |
| issuetype_avatarid_____ | issuetype_avatarid_ |
| watches_self_____ | watches_self_ |
| watches_watchcount_____ | watches_watchcount_ |
| watches_iswatching_____ | watches_iswatching_ |
| timespent______ | timespent_ |
| created______ | created_ |
| timeoriginalestimate______ | timeoriginalestimate_ |
| Find | Replace |
| __ | _ |
| ___ | _ |
| ____ | _ |
| _____ | _ |
| ______ | _ |
| _______ | _ |