2013-08-09 2 views
0

파일 엔드 포인트에 outputPattern의 일부를 제거합니다뮬 스튜디오 내가 XML의 설정에서 아웃 바운드 엔드 포인트를 만든

<file:outbound-endpoint path="C:\Users\marcin\Desktop\convertedFiles" outputPattern="#[function:dateStamp:dd-MM-yyyy].csv" responseTimeout="10000" connector-ref="appendOutput" doc:name="AppendInvoiceLines"/> 

그것은 잘 작동하지만 그래픽보기에 뭔가를 변경하고 저장 한 후에는 출력 패턴에 .CSV 제거

<file:outbound-endpoint path="C:\Users\marcin\Desktop\convertedFiles" outputPattern="#[function:dateStamp:dd-MM-yyyy]" responseTimeout="10000" connector-ref="appendOutput" doc:name="AppendInvoiceLines"/> 

각 저장 후에 수동으로 .csv를 추가해야합니다. 이 '.csv'부분을 영원히 두는 법.

// 나는 당신을 위해 더 나은 작동 할 수 있습니다, 당신은 뮬 스튜디오 3.5을 얻어야한다 노새 독립형에게 3.3.1

+0

mule-config를 붙여 넣을 수 있습니까? –

답변

1

있다!

+0

Mule Studio 3.5에서도 같은 문제가 발생합니다. –