Jun 18, 2023 04:00 AM
Hello, I want to extract from the rollup field "noms des participants" only one of these data for which appear in the fields "Nom Prenon 1" "....2" "....3" "....4" .....
VUE https://airtable.com/shroD4pRoA52pXcg6
Thank you for your help
Franck from FRANCE
Jun 18, 2023 05:01 PM
Hello!
Try this
REGEX_EXTRACT(text,"([^,]+,?){2}")
You can change the location by changing the number in the {2} part.
Jun 19, 2023 09:12 AM
Hello, BUTthis is not working
thank you for your comeback https://airtable.com/shroD4pRoA52pXcg6
Franck
Jun 19, 2023 09:26 AM
Hello, Thank you for your return unfortunately it does not work thank you for your feedback https://airtable.com/shroD4pRoA52pXcg6 FRanck
Jun 24, 2023 02:19 AM
I found the solution by adding "ARRAYJOIN" in the formula.
Modify location 1 ([^,]+,?){1}") to extract the rest of the string in the following fields.
best regards
Jun 24, 2023 07:38 AM
Hello
But here is the problem I encounter on fields that do not contain data
Ex
Lookup contains
ALLIE Pierre, BELUFFI Maeva, MUD Adrien
Formula 1 field 1 =ALLIE Pierre
Formula field 2 = BELUFFI Maeva
Formula field 3 = MUD Adrian
Formula field 4 = n
Formula field 5 = n
https://airtable.com/shroD4pRoA52pXcg6
Thank you for your feedback
Best regards
Frank
Jun 24, 2023 08:28 PM
It was better this way
Change + to *
REGEX_EXTRACT(ARRAYJOIN({Participant nom (from Imported table)}),"([^,]*,?){1}")
Aug 21, 2023 04:29 AM - edited Aug 25, 2023 01:19 AM
Your pursuit of data extraction seems like a valuable endeavor. Extracting specific information from the "noms des participants" rollup field based on different fields like "Nom Prenom 1," "...2," "...3," and so on can be quite a task, but it's great that you're determined to tackle it.
Speaking of data extraction, it's interesting to note that platforms like Nannostomus provide accessible solutions for customers looking to simplify the process. Easy and accessible data extraction tools can save a lot of time and effort, making tasks like yours more efficient.
It's intriguing to think about the possibilities that such tools could bring to your data exploration project.