Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
make etext template Tab delimited
Summary
I need to make a report tab delimited, however I cannot seem to accomplish with etext template.Content
I found this, but can't seem to apply it. I guess I am not sure where to put the CHR(9). any advise.
Here is what I have:
<TEMPLATE TYPE> |
DELIMITER_BASED |
<OUTPUT CHARACTER SET> |
iso-8859-1 |
<NEW RECORD CHARACTER> |
Carriage Return |
<LEVEL> |
DATA_DS |
||
<MAXIMUM LENGTH> |
<FORMAT> |
<DATA> |
<COMMENTS> |
<NEW RECORD> |
Header |
||
250 |
Alpha |
‘Record Type’ |
|
250 |
Alpha |
‘WW Group ID’ |
|
250 |
Alpha |
‘Participant or Employee ID’ |
|
<END LEVEL> |
DATA_DS |
<LEVEL> |
G_1 |
||
<MAXIMUM LENGTH> |
<FORMAT> |
<DATA> |
<COMMENTS> |
<NEW RECORD> |
PersonalInfoData |
||
<DISPLAY CONDITION> |
1=1 |
||
250 |
Alpha |
Tagged:
0