Questions tagged [taleo-connect-client]

A tool by Oracle for importing and exporting data from Taleo.

25 questions
3
votes
0 answers

How do I export multiple header rows in Taleo Connect Client?

I am using Taleo Connect Client to export a list of candidates from Taleo to a CSV file. I want to format my CSV file to start with three header rows: A description, variable name, and data…
Stevoisiak
  • 23,794
  • 27
  • 122
  • 225
1
vote
1 answer

Taleo Client Connect Complex Query

I'm building an export from requisitions from of Taleo using TCC (on windows); and want a boolean field to indicate if the job is an Evergreen one. Using the example in the TCC documentation guide i have been trying to find the right syntax for this…
u07ch
  • 13,324
  • 5
  • 42
  • 48
1
vote
1 answer

How to join Candidate with requisition in Taleo Connect Client?

I need to query submissions by Candidates to a Specific Requisition using Taleo Connect Client. I have the requisition id and candidate id. I wrote the simple requisition export as:
aniruddha
  • 689
  • 8
  • 29
1
vote
0 answers

Taleo Import - way to do import without applying changes to system

We are trying to find a way to check the TCC import process but without applying the changes into the system. This is to allow us to capture all the possible kickouts and correct those. We want to load the file into Taleo in one shot without doing…
Raj
  • 11
  • 1
1
vote
2 answers

How can I unconcatenate related entities in Taleo Connect Client?

I have an export query for Taleo Connect Client that retrieves the numbers for each Application submitted by a specific Candidate entity (Recruiting 15A model). The candidate is filtered based on their candidate ID 1234. When I run my query, the…
Stevoisiak
  • 23,794
  • 27
  • 122
  • 225
1
vote
3 answers

Taleo extract process add blank field in output CSV file

I am using Taleo Connect Client to export data from Taleo. I encountered two questions: How can I add blank columns to an output CSV file? For example, try to add ColumnBlank1 between Column_FirstName and…
DBALUKE HUANG
  • 247
  • 1
  • 10
1
vote
1 answer

Get user list from Taleo Connect Client

We're using the Recruiting Taleo (14A) module and I was wanting to pull a list of external and internal users (login, email, internal/external, etc) from Taleo Connect Client (12A). Does anyone know how to do this? Or where to pull the data from?…
gm77
  • 113
  • 1
  • 6
0
votes
0 answers

How to get the hidden fields from any entity in TCC

I'm looking for these two fields: JobInformation,DescriptionExternalHTML and JobInformation,DescriptionInternalHTML. In which Recruiting module and entity can I find these fields? I have searched for these fields…
0
votes
1 answer

How to use a substring filed as a filter in Taleo Client Connect

I'm using the below filter in Connect Client and get an org.xml.sax.SAXParseException: Content is not allowed in prolog error.
0
votes
0 answers

How can i write TCC (Taleo Connect Client) scripts ? I am from non programming domain, any help will be appreciated

I am new to Taleo Connect Client (TCC) and my current job required me to write TCC scripts, and I don't know what is TCC scripts and how does it look like. I am not a strong programmer, just know a little bit of coding. Any advice will be…
Phil
  • 1
0
votes
1 answer

How do I limit the number of returned records in a Taleo Client Connect query?

I know that it is possible to do this when I do a SQ-XML call to the api with the maxrecordcount attribute, ie: maxrecordcount 2
elstevenson
  • 101
  • 4
0
votes
1 answer

TCC - isNull producing inconsistent results

I'm working on a report through TCC that gives me a count of applicants by requisition with various filters applied using a complex projections. One of the complex projections counts a list of Applicants where a specific UDF on their candidate…
0
votes
1 answer

Taleo Connect Client Script

Summary: I'm trying to write a script that will pull through a candidates "answer" based off of of a "question code", and have it only pull one row of data per candidate. Problems: The "answer" field brings through the answers to multiple questions…
DRock
  • 1
0
votes
1 answer

How do I write a " If-condition " in a projection script in Taleo Connect Client

I need to write an IF condition within the Taleo Connect client, something like the following pseudocode: IF actual start date > Current THEN Retrieve Current date ELSE Retrieve actual start date END
0
votes
1 answer

How to extract data based on csv file using Taleo Connect Client?

We are doing an integration between a 3rd party application and our Taleo instance. We have a requirement where the 3rd party application will provide us a list of Candidates and we will import these Candidates in Taleo. No problem there. However,…
ads
  • 1,703
  • 2
  • 18
  • 35
1
2