Efficiently Writing Enriched Person Profile Data to a Table or CSV Export
How do I write a complete dataset of enriched person profile data to another table efficiently and thoroughly? (or export to CSV) Context -- Given the 70 column limit, I can't display very many columns of the enriched person data while still having enough columns to do other transformations and logic. I want to be able to see the data in tabular format (and secondarily, be able to download it). Goal -- I want to create a secondary table to and write all the enrichment data to it. I wish there was a "select all" for adding columns. I'm hoping there is an easier/faster way than choosing each data element individually and then having to manually add a corresponding column. Likewise, I don't know all enriched profiles have the exact same data schema so not sure I would correctly and fully capture everything. Is there an efficient way to accomplish this? Alternatively, is there a way to CSV export the data without having to create the full table in the first place...ie output all enriched cell details directly to CSV?