Questions tagged [csv]
The csv tag has no summary.
28 questions
1
vote
0
answers
37
views
Importing links from a CSV into a LNK custom field
I have a CSV file containing a column for Organisational Contact and another Column containing a URL.
I would like to import this by matching the contact name, and then populating a custom field with ...
1
vote
0
answers
40
views
Mismatched contacts SubTypes - Contacts will not be imported when Suptype is not the first Subtype
CiViCRM 5.65.1 on Drupal 9.5.10 PHP Version 7.4.30
When I import users from a CSV file to a certain contact subtype (I want to import or update data of all Supervisors)
only those entries from the ...
1
vote
1
answer
127
views
CSV Download from a custom pop up
I have a function that lists score for a dog:
<h3>Your Dog's Scores</h3>
{crmButton href="#" class="button-name" title="Download CSV" icon="icon-class-...
0
votes
1
answer
31
views
Contacts Import issue at CRM_Contact_Import_Form_MapField::getLocationTypeLabel
Not a question as such, rather an observation.
WordPress contacts import from CSV, CiviCRM 5.61.2. (not reproduceable on dmaster).
Uncaught TypeError: Return value of CRM_Contact_Import_Form_MapField::...
0
votes
1
answer
31
views
How to import contact via CSV and trigger CiviRule for Trigger "Address is added"
I set up a CiviRule that when an Address is added for a Contact some relationships are created depending on the zip code for that Contact.
Now I create some Contacts via an import of a CSV file. I ...
1
vote
0
answers
40
views
web import fails because of empty "name" column in "civicrm_user_job" table
Drupal 9x, CiviCRM 5.56.0. Getting "Cannot execute queue "user_job_XXX". There is no associated UserJob." while contacts import from csv ( civicrm/import/contact?reset=1 ) Perhaps ...
2
votes
1
answer
160
views
Issue with API CSV importer and activity imports
WP 6.03, CiviCRM 5.51.3, API CSV importer 1.1. I'm attempting to import an activity via this extension since I need to include the assignee (which isn't included in the standard activity import). ...
0
votes
1
answer
44
views
csv-import-helper extension not listed for installation
On my CiviCRM site (currently CiviCRM 5.42.1 on Drupal 7.82 & PHP 7.4.24 - I'm trying to get an upgrade process together for this site), the /admin/extensions page doesn't seem to list the csv-...
0
votes
1
answer
45
views
Using CSV file as datasource
I was trying to use the CSV file as a datasource but couldn't find documentation on how to form the URI. Having the CSV file hosted and using the URL https://... to refer to the csv doesn't work as ...
2
votes
1
answer
104
views
Custom Fields and new version of csvimporter aka API csv Importer
I installed CiviCRM 5.41.0 and csvimporter 1.7. My overall goal is to import data from csv files. I created some custom fields, imported the standard fields using the standard importer and then ...
1
vote
1
answer
83
views
Is there a way to include group and tags on a contact report
I built a report off of the Constituent Summary report and I am wondering is there a way to include groups and tags in that report that will export as a csv? Also why are some reports only exportable ...
1
vote
2
answers
95
views
CiviBanking: CSV importer not reading the config as expected
Unfortunately, even after several attempts, we have not managed to configure the CiviBanking plugin so that the csv file can be imported. We use a file from "Deutsche Skatbank" but the ...
0
votes
1
answer
69
views
What does 'Number of Items to Process For Each Queue Item' mean when using the API Importer extension?
I'm using Civi 5.35 and Drupal 7. We've installed the API CSV Import extension. At ~/civicrm/index.php?q=civicrm/csvimporter/import , I see a place to enter
"Number Of Items To Process For Each ...
1
vote
1
answer
86
views
Export of custom multiple choice options to CSV files limited to 32 characters
A user is trying to export data from an advanced query on custom fields to a CSV file using the "Export contacts" action. This fails with a backtrace which is attached below. The error ...
2
votes
1
answer
89
views
API csv Import GUI with Formprocessor fails with smarty errors
I created a rather complicated form processor which works (through api), but when I tried to clone it (rename it to create so csv api picks it up) and tried to do the csv import.
I get the following ...