Skip to main content
Question

I need to create one list of user names that are in multiple attribute fields.

  • September 9, 2021
  • 5 replies
  • 117 views

mbaer
Contributor
Forum|alt.badge.img+1
  • Contributor
  • 7 replies
I need to create one list of user names that are in multiple attribute fields.

5 replies

Forum|alt.badge.img+2
  • 1891 replies
  • September 9, 2021

@mbaer​ Can you use StringConcatenator? Or in AttributeCreator/AttributeManager the Text Editor


mbaer
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 7 replies
  • September 9, 2021

@mbaer​ Can you use StringConcatenator? Or in AttributeCreator/AttributeManager the Text Editor

Thank you for the reply. But that will not work because I need each user name to be a different entry in the list. All those option create a list of lists. I am passing it to a HTTPCaller as part of the url so each one needs to be in one list separately.


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • September 10, 2021

Can you elaborate a bit? Do you have a sample of your data?


f.kemminje
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 189 replies
  • September 10, 2021

Use list builder, add all the attribute which has names. then print or write to a text file or excel.

I have attached one fmw file. which will print names in fme log window

name1, name2, name3, etc...


mbaer
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 7 replies
  • September 10, 2021

Can you elaborate a bit? Do you have a sample of your data?

I can not share the data but the format is the same as the attached table.

So there are multiple attributes that have different user ids in them and I need a single list that can be the input for the HTTPCaller that will return the full names of those users.