<?xml version="1.0" encoding="utf-8"?>
<Source xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <stSourceName>Wise csv</stSourceName>
  <oSourceImportedData>CurrentTransaction</oSourceImportedData>
  <oSourceReference>Code</oSourceReference>
  <bCodeMultiple>false</bCodeMultiple>
  <stCodeSeparator />
  <iCodeNbMax>0</iCodeNbMax>
  <iEncodingCharset>65001</iEncodingCharset>
  <stTimeZoneInfo />
  <stMainURL>#</stMainURL>
  <stParametersString />
  <oSourceMethod>MethodNAV</oSourceMethod>
  <bAuthorizePopup>false</bAuthorizePopup>
  <bEnableScript>true</bEnableScript>
  <oSourceContentType>Formatted</oSourceContentType>
  <strFormatImport>
    <oKind>TransactionCurrent</oKind>
    <stName>Format csv Wise</stName>
    <stExtension>csv</stExtension>
    <oDateOrder>DMY</oDateOrder>
    <stDateDelimiter>-</stDateDelimiter>
    <bYear4Digits>true</bYear4Digits>
    <oFormatMonth>Numerical</oFormatMonth>
    <oFieldSeparator>Virgule</oFieldSeparator>
    <stDecimalSeparator>.</stDecimalSeparator>
    <stTimeSeparator>:</stTimeSeparator>
    <stTextSeparator />
    <bStartRow>true</bStartRow>
    <oListOfColumns>
      <FormatColumn>TCCheque</FormatColumn>
      <FormatColumn>TCDateValue</FormatColumn>
      <FormatColumn>TCAmount</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCThirdParty</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCCB</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
      <FormatColumn>TCOther</FormatColumn>
    </oListOfColumns>
    <strListOfRules>
      <FormatRule>
        <stDescription>Type Versement</stDescription>
        <bFromServer>false</bFromServer>
        <strListOfConditions>
          <FormatItemCondition>
            <oFieldReference>TCCheque</oFieldReference>
            <oOperator>StartsWith</oOperator>
            <oValueColumn />
            <stValueText>TRANSFER</stValueText>
          </FormatItemCondition>
          <FormatItemCondition>
            <oFieldReference>TCAmount</oFieldReference>
            <oOperator>GreaterThanOrEqual</oOperator>
            <oValueColumn />
            <stValueText>0</stValueText>
          </FormatItemCondition>
        </strListOfConditions>
        <strListOfActions>
          <FormatRuleAction>
            <oFieldSource>TCKind</oFieldSource>
            <oAction>FieldAdd</oAction>
            <oResultColumn />
          </FormatRuleAction>
          <FormatRuleAction>
            <oFieldSource>TCKind</oFieldSource>
            <oAction>StringReplace</oAction>
            <oResultColumn />
            <stResultText>Versement</stResultText>
          </FormatRuleAction>
        </strListOfActions>
      </FormatRule>
      <FormatRule>
        <stDescription>Type Prélèvement</stDescription>
        <bFromServer>false</bFromServer>
        <strListOfConditions>
          <FormatItemCondition>
            <oFieldReference>TCCheque</oFieldReference>
            <oOperator>StartsWith</oOperator>
            <oValueColumn />
            <stValueText>TRANSFER</stValueText>
          </FormatItemCondition>
          <FormatItemCondition>
            <oFieldReference>TCAmount</oFieldReference>
            <oOperator>LessThan</oOperator>
            <oValueColumn />
            <stValueText>0</stValueText>
          </FormatItemCondition>
        </strListOfConditions>
        <strListOfActions>
          <FormatRuleAction>
            <oFieldSource>TCKind</oFieldSource>
            <oAction>FieldAdd</oAction>
            <oResultColumn />
          </FormatRuleAction>
          <FormatRuleAction>
            <oFieldSource>TCKind</oFieldSource>
            <oAction>StringReplace</oAction>
            <oResultColumn />
            <stResultText>Prélèvement</stResultText>
          </FormatRuleAction>
        </strListOfActions>
      </FormatRule>
    </strListOfRules>
  </strFormatImport>
  <iDataNbMax>0</iDataNbMax>
  <bWorkingDay>false</bWorkingDay>
  <bDataInZip>false</bDataInZip>
  <oSourceIdentification>No</oSourceIdentification>
  <oSourceWebBrowser>Chromium</oSourceWebBrowser>
  <dDateVersion>2025-02-19T00:00:00</dDateVersion>
  <stNotes />
  <strListOfVariables>
    <SourceVariable>
      <stName>Mot de passe</stName>
      <oVariableType>Pass</oVariableType>
    </SourceVariable>
  </strListOfVariables>
  <strListOfParameters>
    <SourceParameter>
      <oParameter>Reference</oParameter>
    </SourceParameter>
  </strListOfParameters>
  <strListOfNavigations>
    <SourceNavigation>
      <oNavigation>Navigate</oNavigation>
      <stValue>https://wise.com/balances/statements/standard?balance_id={0}</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>300</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementByXPath</oNavigation>
      <stValue>//*[@id="main"]/div[2]/div/div/div[2]/div/button</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElement</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>1000</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementByXPath</oNavigation>
      <stValue>/html/body/div[7]/div/div/div/div/div/div/div/div[1]/button</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElement</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>800</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementByXPath</oNavigation>
      <stValue>/html/body/div[7]/div/div/div/div/div/div/div/div[1]/button</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElement</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>800</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementByXPath</oNavigation>
      <stValue>/html/body/div[7]/div/div/div/div/div/div/div/div[1]/button</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElement</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>800</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementsByXPath</oNavigation>
      <stValue>/html/body/div[7]/div/div/div/div/div/div/table/tbody/tr[2]/td[5]/button</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElements</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>400</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementsByXPath</oNavigation>
      <stValue>//*[@id="main"]/div[4]/div/div[2]/div/label/span[2]/span</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElements</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>300</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementById</oNavigation>
      <stValue>statement-format</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElement</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>300</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementById</oNavigation>
      <stValue>headlessui-listbox-option-:r11:</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElement</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>300</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementsByXPath</oNavigation>
      <stValue>//*[@id="main"]/div[7]/div/div/div/button</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElements</oNavigation>
      <stValue>click</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>2000</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementByXPath</oNavigation>
      <stValue>//*[@id="password"]</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>SetTextBySendKey</oNavigation>
      <stValue>{1}</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>Sleep</oNavigation>
      <stValue>400</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>GetElementByXPath</oNavigation>
      <stValue>/html/body/div[7]/div/div/div/div/div/div/div[2]/div/div/form/div[2]/button</stValue>
    </SourceNavigation>
    <SourceNavigation>
      <oNavigation>EventOnElement</oNavigation>
      <stValue>clicksave</stValue>
    </SourceNavigation>
  </strListOfNavigations>
</Source>