• Ruslans Scelkunovs
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
We have the following requirements for CSV data file export:
  • a header row consisting of today's date in CCYYMMDD format + client reference number (hardcoded string);
  • customer's data in each row: reference number, 'I' (for individual), Title, Forename, Middle Initial, Surname, [empty string], Date Of Birth in CCYYMMDD format;

Example:

Example file format

could someone confirm or deny whether it is possible to export such a file using SalesForce WebAPI? Preferably using RESTful GET over https.
We have the following requirements for CSV data file export:
  1. a header row consisting of today's date in CCYYMMDD format + client reference number (hardcoded string);
  2. customer's data in each row: reference number, 'I' (for individual), Title, Forename, Middle Initial, Surname, [empty string], Date Of Birth in CCYYMMDD format;
Example:


file format sample

could someone confirm or deny whether it is possible to export such a file using SalesForce WebAPI? Preferably using RESTful GET over https.
We have the following requirements for CSV data file export:
  • a header row consisting of today's date in CCYYMMDD format + client reference number (hardcoded string);
  • customer's data in each row: reference number, 'I' (for individual), Title, Forename, Middle Initial, Surname, [empty string], Date Of Birth in CCYYMMDD format;

Example:

Example file format

could someone confirm or deny whether it is possible to export such a file using SalesForce WebAPI? Preferably using RESTful GET over https.