Article Content
Article Number | 000032588 |
Applies To | RSA Product Set: RSA Via Lifecycle & Governance (L&G) RSA Product/Service Type: Collectors RSA Version/Condition: 7.0.0 |
Issue | The user has a source file stored in a path (for example: 1010Accounts_Data.csv in path /home/oracle/database/SampleData/AveksaData) and does not specify the entire file path in the following URL in the Collector Database Connection page: jdbc:csv:///////home/oracle/database/SampleData?_CSV_Header=true;_CSV_Quoter="
select accountname,logindate,accountmail,accountnumber from AveksaData.1010Accounts_Data
select accountname,logindate,accountmail,accountnumber from AveksaData.t_sample_ACCOUNTSDATA |
Resolution | If you have source file name containing numeric values you must surround the file name with quotation marks as shown below.select accountname,logindate,accountmail,accountnumber from AveksaData."1010Accounts_Data" |