Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

File rename issue in fdmee.

3680703Mar 28 2018 — edited Apr 2 2018

Hi All,

Am new to fdmee and jython script.

Could you please help on rename in fdmee using jython script:

My script:

import shutil

import os

source = os.listdir("\\ABC.com\BBB\FDMData\outbox\AAA_38148.dat")

destination = "\\ABC.com\BBB\FDMData\outbox"
shutil.copy(source,destination)

Error:

SyntaxError: mismatched
input '' expecting EOF

Thanks,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 30 2018
Added on Mar 28 2018
7 comments
753 views