Download data from text file for Hyperion ESSBASE by FDM.

Hello

I want to upload data from text file for Hyperion ESSBASE by FDM. The file format is given below.


Entity, Department, designation, effective, SalaryPaid
E11001, BSG, AsstManager, 12, 820000
E11001, BSG, Manager, 6, 740000


Where staff and SalaryPaid is the Member of the account dimension. Entity, Department, and designations are the dimensiosn in the ESSBASE.

Is it possible to download the file above using FDM, can we have two account member in the line?

I am brand new with FDM. ask for your help.

Kind regards
Sunil

Create two scripts to import (choose Import Data Pump when you are prompted for the type of import script)

(1) call the GetAccounts 1st and 2nd PutAccounts
(2) associate GetAccounts size amount in your import format.
(3) associate PutAccounts with the account dimension in your import format
(4) adding NZP expression to dimension of amount
(5) in GetAccounts put the following code...
+' Get the names of account in the header line.
If DW. Utilities.fParseString (strRecord, 5, 4, ",") = "number of head" Then
+ ' Local variables for the account names.
+ Acct1 dim +.
+ Acct2 dim +.
+     +
+ ' Head Count (column 4 of 5) +.
+ Acct1 = DW. Utilities.fParseString (strRecord, 4, 5, ",") +.
+ ' Wages (column 5 of 5) +.
+ Acct2 = DW. Utilities.fParseString(strRecord, 5, 5, ",") +.
+     +
End If

GetAccounts strField =

(6) in PutAccounts put the following code...

+'+ Local Variables
Dim AcctName (2)
Dim AmountVal (2)
Dim z
Dim rsAppend

+ "The names of individual account is analyzed and stored +"
AcctName (1) = DW. Utilities.fParseString (RES. PvarTemp1, 2, 1, ',')
AcctName (2) = DW. Utilities.fParseString (RES. PvarTemp1, 2, 2, ',')

+' If student for accounts from here import file.
AmountVal (1) = DW. Utilities.fParseString (strRecord, 5, 4, ",")
AmountVal (2) = DW. Utilities.fParseString (strRecord, 5, 5, ",")

+' Name of temporary importation work table +.
strWorkTableName = RES. PstrWorkTable

+' Create temporary table recordset trial balance +.
Set rsAppend = DW. DataAccess.farsTable (strWorkTableName)

For z = 01:58 ' this can change depending on the number of additional accounts processing

+ If IsNumeric (AmountVal (z)) Then +.
+          +
+ If (z) AmountVal <> 0 Then +.
+          +
+ ' Create a new record and to provide its field values.
+ rsAppend.AddNew +
+ rsAppend.Fields ("DataView") = "CDA" +.
+ rsAppend.Fields ("PartitionKey") = RES. PlngLocKey +.
+ rsAppend.Fields ("CatKey") = RES. PlngCatKey +.
+ rsAppend.Fields ("PeriodKey") = RES. PdtePerKey +.
+ rsAppend.Fields ("CalcAcctType") = 9 +.
+ rsAppend.Fields ("Account") = AcctName (z) +.
+ rsAppend.Fields ("Amount") = AmountVal (z) +.
+ rsAppend.Fields ("Entity") = 'chain of the entity here ' +.
+ rsAppend.Fields ("UD1") = "string C1 here +.
+ rsAppend.Fields ("node2") = "String C2 here +.
+ rsAppend.Fields ("UD3") = "String C3 here +.
+ rsAppend.Fields ("UD4") = "string C4 here +.
+ "Add folder to the collection +"
+ rsAppend.Update +
+               +
+ End if +.
+     +
+ End if +.

Next

+' Close the recordset.
rsAppend.close

If DW. Utilities.fParseString (strRecord, 5, 4, ',') <> '0' then
+ PutAccounts = DW. Utilities.fParseString (RES. PvarTemp1, 2, 1, ',') +.
On the other
+ RES. PblnSkip = True.
End If

You may need to change the aboveto that meet your exact needs, but the basic structure of the scripts should not change too

Published by: SH on May 25, 2012 10:34

Tags: Business Intelligence

Similar Questions

  • Digital loading data from text file for Test of numerical limit

    I am a new user of TestStand 2014.  Just downloaded the demo ran successfully the computer.dll tutorial & example "loading limits a File.seq text"; & is now trying to build my own sequence from scratch.  I want to load a number from a text file using the property Loader.  The file contains the following:

    GGbeg
    484
    GGend

    My hand sequence contains 2 markets (see attachment):

    Charger property (which reads the text file & must store the number 484 in the Step.Result.Numeric variable, right?)

    GG-digital-test (which should test the number 484 in Step.Result.Numeric as a Data Source, right?)

    But when I run it, the measure indicates "0" for the value instead of "484".  What I am doing wrong?  Thank you in advance for your help!

    George

    Hi George,.

    The text file must be in the format, includes no property magazine. Use the following in the text file to make it work:

    GGbeg
    Result.Numeric
    GG-digital-test 484

    Value of the variable

    Value of the variable

    Value of the variable
    GGend

    In the Tools menu of the sequence editor, there are some 'Properties Export/Import' tool, which helps to create text files to be used with charger property stage. I highly recommend to create the new file using the tool and then edit the file to change the values.

    -Shashidhar

  • Convert data from text file to display for hex UDP transmission controls

    Hello

    I'm reading packets ethernet from a text file containing the actual hex data packets to then send these accurate return through a writing UDP hex data. I can't understand how to feed data into the function of writing UDP as real rather than characters ASCII hex data, as it does by default. I had the screen on the last VI before the writing of the UDP to "hexadecimal display mode" and if I manually type the hexadecimal values in the VI (hexadecimal string to binary String.vi - attached), then it passes the commands correctly. However,... when I fed the string of text in my text file data in this VI, it seems to be the substitution of this hexadecimal display on the VI input mode and the resulting entry in my UDP is still ASCII character mode. I tried to use a cast inside this VI, type... but that doesn't seem to work right. I have attached the main VI and VI which tries to prepare data before reading the UDP protocol. I've also attached an example of text file of data that I am an attempt of analysis.

    Any help would be appreciated,

    Thank you

    Hi jsrocket,

    the attached example should work as a transformation.

    Mike

  • Import data from text file of control of the ring.

    Is it possible to import data to a text ring with labview control.

    I have several definitions of register in the ring controls, but manual entry would take a lot of time.

    Was wondering if there was more automatic way, I could read the values from a file.

    Thank you

    Jim

    Using the first method gives you the ability to extend such that each column specifies a control of the ring if you need fill the multiple rings.

    This example assumes that all of the three rings contain the same number of elements. If this isn't the case, you will need to create a Subvi, which removes the empty elements. [Edit - create a text file that contains a column for each ring, separated by a tab character.]

  • Cannot find the file error when loading data from text file to Oracle

    Hello

    I have an interface where I am loading a data from the text file to Oracle.
    But when I try to do that I am getting following error.

    ODI-1227: SrcSet0 (load) task fails on the source FILES SAPMM connections.
    Caused by: java.sql.SQLException: file not found: d:/mdb/#General.get_filename
    to com.sunopsis.jdbc.driver.file.FileResultSet. < init > (FileResultSet.java:160)
    at com.sunopsis.jdbc.driver.file.impl.commands.CommandSelect.execute(CommandSelect.java:57)
    at com.sunopsis.jdbc.driver.file.CommandExecutor.executeCommand(CommandExecutor.java:33)

    SAPMM is the name of the connection.
    I use get_filename to get the name of the file and it is fetching a correct value as long as this variable is updated in the previous stage of this interface.
    KM, used for loading is SQL file

    What would be the cause of this error?

    Thank you
    Mahesh

    Also a single query would be ok if I'm moving only generated package (according to your scenario3) scenario and not UI? It running properly?

    Yes... It runs successfully

  • read and medium n data from text file

    I acquire [a waveform of reading] oscilloscope digital data that is stored in a column in a text file.

    I need to read selectable amount of data at average/parcel them points.

    So basically I want to have a text file with millions of data points, but I want to draw not to say that all 1000. data point. I tried a lot of things I found here on the forum, but as I'm new to LabView, none of them really worked.

    Does anyone have a suggestion.

    Thank you.


  • Import data from text file

    Dear friends,

    I am facing an error below when the select statement

    SQL > select * from ext_test;
    ORA-29913: error in execution of legend ODCIEXTTABLEOPEN ORA-29400: data cartridge error error opening file c:\mydata\EXT_TEST_1948_3788.log



    I did it under labour. Please resolve above problem, I will be very thankful to you.


    CREATE or REPLACE DIRECTORY TEST_DIR AS "c:\mydata."
    GRANT READ, WRITE on DIRECTORY TEST_DIR FOR myuser.


    As myuser:
    SQL > CREATE TABLE ext_test
    2 (id NUMBER,
    3 empname VARCHAR2 (20).
    Note NUMBER 4)
    5 ORGANIZATION EXTERNAL
    6 (TYPE ORACLE_LOADER
    7 DEFAULT DIRECTORY TEST_DIR
    8 ACCESS SETTINGS
    9 (RECORDS DELIMITED BY NEWLINE
    10 FIELDS TERMINATED BY ', '.
    ' 11 JOINT POSSIBLY BY ' "'
    12 (id,
    13 empname
    14 rate
    15)
    16)
    17 RENTAL ("test.txt")
    (18);

    Table created.

    Concerning
    Kamran

    >

    Hi Keita,

    SQL > select * from ext_test;
    ORA-29913: error in execution of legend ODCIEXTTABLEOPEN ORA-29400: data cartridge
    Error opening file c:\mydata\EXT_TEST_1948_3788.log error

    You have no "LOGFILE" clause in the CREATE TABLE section - I wonder why she strives
    Create one if you did not?

    It's probably the permissions as Jac said. If you have checked that, look here

    http://orafaq.com/node/848
    http://www.adp-GmbH.ch/ora/Misc/ext_table.html
    http://www.Oracle-base.com/articles/9i/external-tables-9i.php
    [url www.oracle-developer.net/display.php?id=204]<=== exp.="" this="">

    The four sites above are very good for Oracle generally if you're looking for tips, tricks, & c.

    HTH,

    Paul...

    >
    >
    >

    I did it under labour. Please resolve above problem, I will be very thankful to you.

    CREATE or REPLACE DIRECTORY TEST_DIR AS "c:\mydata."
    GRANT READ, WRITE on DIRECTORY TEST_DIR FOR myuser.

    As myuser:
    SQL > CREATE TABLE ext_test
    2 (id NUMBER,
    3 empname VARCHAR2 (20).
    Note NUMBER 4)
    5 ORGANIZATION EXTERNAL
    6 (TYPE ORACLE_LOADER
    7 DEFAULT DIRECTORY TEST_DIR
    8 ACCESS SETTINGS
    9 (RECORDS DELIMITED BY NEWLINE
    10 FIELDS TERMINATED BY ', '.
    ' 11 JOINT POSSIBLY BY ' "'
    12 (id,
    13 empname
    14 rate
    15)
    16)
    17 RENTAL ("test.txt")
    (18);

    Table created.

    Concerning
    Kamran

    Published by: Paulie July 24, 2012 10:12

  • extract data from text file to draw the graph

    Hello

    In the attached data file, I would like to extract the (real) % Freq column and then be able to plot them on a graph of % Freq vs other columns (i.e. % Freq vs Amp, or % Freq vs Test1...).

    Any help will be greatly appreciated.

    Thank you

    hiNi.

    hiNI,

    There are a lot of questions to ask, but to answer your question immediately ' How do I parwse the necessary data as numbers? (see the attachment, png)

    1. read worksheet

    2 table subset rated 19

    This should give you your numeric values for all your X and Y values.

    Chazzzmd

  • Reading data from text file

    I would like to read data (sepereated of numbers with spaces) and write them in a table. That's what I have so far.

    Thank you.

    Try to use "worksheet reading File.vi. The only thing you will obviously need to change is the delimiter character, which seems to be a white. In the default configuration, spreadsheet files using the tabs as separators...

    Norbert

  • Error message ORA-01722 loading data from text file

    Hi all

    I want to load data into the table 'dh_healthcare '.

    with the columns:

    ...

    NUMBER OF RMI,

    NUMBER OF KUM,

    ...

    Loading data with the APEX data workshop, I got the error message ' ORA-01722: invalid number. "

    For example, ALEXIS has the following values:

    1.99

    6.49

    4.14

    ...

    KUM:

    139,30

    51.32

    165,23

    ...

    I tried to put the precision and scale in the column definition, but the same error message appears.
    When I changed the data type of these columns in VARCHAR2 (60) the data loaded without error message.

    Someone at - it an idea to solve the error?

    Thank you

    Ben

    This has to do with the settings of NLS Session about the decimal separator and the group separator.

    How you load the data in the table determines where and how you set the Session variables.

    MK

  • IKM SQL for Hyperion Essbase (data) error

    Hello
    I've created an interface between Oracle DB and Essbase 11.1.2.
    I used Oracle DB as transit zone. I used IKM SQL for Hyperion Essbase (data) as a selector IKM.
    But I got an error as below in step ("Load Data on Essbase"); Can you help me? Thank you...

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (most recent call changed):
    File "< string >", line 21, < module >


    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)

    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)

    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)

    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:919)

    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1261)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1419)

    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1668)

    at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:432)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)


    java.sql.SQLSyntaxErrorException: java.sql.SQLSyntaxErrorException: ORA-00936: lack of expression


    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2457)
    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:338)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:263)
    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:822)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)
    at java.lang.Thread.run(Thread.java:662)

    Hello

    finished column mapping, or be owned by mapping active of course active for each column.

  • IKM SQL for Hyperion Essbase (data)

    I am trying to load data into essbase through the ODI interface however module "IKM SQL for Hyperion Essbase (data)".

    Whenever data gets overwritten, how I accumulate this data during loading. As it is quite difficult for me to summarize the data, then load.

    Kind regards

    Amine ravi

    Use a rule to load and set to add to the existing values in the State of charge, adjustable load rule name in the options of the IKM.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • ODI - SQL for Hyperion Essbase data loading

    Hello

    We have created a 'vision' in SQL Server that contains our data.  The view currently has every year and periods of Jan 2011 to present.  Each period is about 300 000 records.  I want to only load one period at a time.  For example may 2013.  Currently we use ODBC through a rule of data loading, but the customer wants to use ODI to be compatible with the versions of dimension metadata.  Here's the SQL on the view that works very well.   Is there a way I can run this SQL in the ODI Interface so it pulls only what I declare in the Where clause?  If yes where can I do it?

    Select

    CATEGORY, YEAR, LOCATION, SCRIPT, DEPT, PROJECT, EXPCODE, TIME, ACCOUNT, AMOUNT

    Of

    PS_LHI_HYP_PRJ_ACT

    Where

    YEAR > = "2013" AND PERIOD = 'MAY '.

    ORDER BY CATEGORY ASC ASC FISCAL_YEAR, LOCATION ASC, ASC, ASC, ASC, ASC, PERIOD EXPCODE PROJECT DEPT SCENARIO CSA ACCOUNT CSA;

    Hello

    Simply use the following KM to load data - IKM SQL for Hyperion Essbase (DATA) - in an ODI interface that has the view that you created the Source model. You can add filters to the source which are dynamically by ODI variables to create the Where clause based on the month and year. Make sure you only specify a rule of load method to load the data into the KM

  • SOS! -Error to load data from Oracle 11 g to Essbase using ODI

    Hi all.

    I want to load data from oracle database to essbase using ODI.
    I have set up correctly the Hyperion essbase physical and logical topology manager and got the structure ESSBASE BASIC app DEMO.
    The problem is.
    1. when I try see data right click on the table of essbase.
    va.sql.SQLException: driver must be specified
    at com.sunopsis.sql.SnpsConnection.a (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection (SnpsConnection.java)
    at com.sunopsis.graphical.frame.b.jc.bE (jc.java)
    at com.sunopsis.graphical.frame.bo.bA (bo.java)
    at com.sunopsis.graphical.frame.b.ja.dl (ja.java)
    to com.sunopsis.graphical.frame.b.ja. < init > (ja.java)
    to com.sunopsis.graphical.frame.b.jc. < init > (jc.java)
    I got the answer of partisan Oracle it's ok, just omit it. The second problem will appear.
    2 create an interface between the oracle and essbase database, click on the option ' staging of deffirent from the area of the "(ce qui signifie que la mise en scène est créé à la base de données oracle) target, and using IKM SQL for Hyperion Essbase (metadata), run this interface".

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    "< String >" file, line 61, in there?
    com.hyperion.odi.essbase.ODIEssbaseException: invalid value specified [RULES_FILE] for the load option [null]

    at com.hyperion.odi.essbase.ODIEssbaseMetaWriter.validateLoadOptions (unknown Source)

    at com.hyperion.odi.essbase.AbstractEssbaseWriter.beginLoad (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.python.core.PyReflectedFunction.__call__ (PyReflectedFunction.java)

    at org.python.core.PyMethod.__call__ (PyMethod.java)

    at org.python.core.PyObject.__call__ (PyObject.java)

    at org.python.core.PyInstance.invoke (PyInstance.java)

    to org.python.pycode._pyx1.f$ 0 (< string >: 61)

    to org.python.pycode._pyx1.call_function (< string >)

    at org.python.core.PyTableCode.call (PyTableCode.java)

    at org.python.core.PyCode.call (PyCode.java)

    at org.python.core.Py.runCode (Py.java)

    at org.python.core.Py.exec (Py.java)



    I am very confused by it. Someone give me a solution or other docs.

    Ethan.

    Hello

    You say that you are loading, but you chose the KM for the loading of metadata?
    If you load metadata then you must provide a rules file, if you are loading and then choose the KM - IKM SQL for Hyperion Essbase (DATA)

    Ok?

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Acquire data from a file using a dialog popup on a stamp object tabs-delimited

    I'm trying to import data from a file delimited by tabs using a dialog popup on a stamp object.  I bought the book by Thom Parker -all on the stamps of the PDF in Acrobat and paperless workflow and have worked through the examples in the Appendix.

    My problem is to understand how to integrate the data in the object of the file dialog box.

    I'm not plagiarizing his book - so am elect at this time is not to justify my code.  The script reads the file, by simply providing only not in the accounts rendered file so that I can choose which line to import into the stamp.

    I typed in the code exactly how the book described, but when the popup dialog object is selected, there is nothing in the menu dropdown.  When I click OK, the first record is placed on the stamp - except for the fields that I am eager to appear in the popup box object dialog box.

    I searched the forums, as well as the JavaScript reference.  There are examples of popup dialog object, but none of them show how to import data from a file - just for the items to be of type in the list.

    Any help would be greatly appreciated!  I tried to work on this for several months now.

    I got the files directly from tdjohnson7700. Here are my findings:

    There are two problems with your files:

    You reference an object of 'Dialogue', even if you declared as 'dialogue' - JavaScript is case-sensitive, so you must use the lowercase version.

    And then you have an additional column of data in your text file, Acrobat doesn't like it and reports an error. You can see when you use the tools > forms > Forms Options more > function to import data to import data from your text file. You must either add a form field named "last" to your stamp, or you need to remove this column from the text file. After these two changes, the stamp works.

Maybe you are looking for

  • music app crashes on iOS when I press on play the song

    music app crashes on iOS when I press on play

  • Satellite M40-313 USB question

    HelloI bought the laptop that precedes the last week and I have a terrible problem with the USB ports. I connect a standard USB device such as mouse, printer, scanner etc. and everything is ok. I bought an external hard drive that is USB 2.0 and have

  • E3000 and IPAD: no INTERNET

    Hello I recently purchase a LINKSYS E3000 and IPAD (Wifi only). The E3000 seeks to work well, it works with PC (Vista) Imac, (G-wireless laptop) as well as with the NAS server and also a Samsung TV. The E3000 is connected to the Internet by cable. Al

  • How to fix a 57F to Windows Update error code where 19 updates keep reappearing?

    I use Vista SP2 on a 32-bit computer (4 GB RAM) and I wonder why I keep getting is repeated queries to run 19 windows updates which several times to return an 57F error code. My laptop shows on stopping down that updates have been applied, but on reb

  • Update of Smartphones blackBerry torch 9780

    I'm about to upograde a torch of my 9780, iwill either by using the same sim and wonder if I save mym9780 and load it into the torch I'll be running with evrything it as it was. one) will work (b) is there any setting that I have to attend (c) that e