Import txt file into report

I have an Arinc signal that I have decoded into each of its digital I/Os.  Since I have over 150 I/Os I needed a way to sort and do a quick report on them.
I have three categories.
1. Stayed =1 throughout test
2. Stayed = 0 throughout test
3. Changed either from 0 --> 1 or 1-->0 during the test.
I want to just put a list of the signals for each of these categories into my report.
I have created a txt file for these to go in, but how do I import that into my report?
Or is there an easier way?
Here is an example of my code...
'HCM1
'HCM1 Label 104 decode - Untitled 3
Call Calculate ("Ch(""HCM1_104/HCM_1_CAS_HSOV_A1_CLOSED"")= GetB (Ch(""[1]/Untitled 3""),0)")
Call Calculate ("Ch(""HCM1_104/HCM_1_CAS_HSOV_A2_CLOSED"")= GetB (Ch(""[1]/Untitled 3""),1)")
Call Calculate ("Ch(""HCM1_104/HCM_1_CAS_HPP_A_RUNNING"")= GetB (Ch(""[1]/Untitled 3""),2)")
Call Calculate ("Ch(""HCM1_104/HCM_1_CAS_SYS_A_HI_TEMP"")= GetB (Ch(""[1]/Untitled 3""),4)")
Call Calculate ("Ch(""HCM1_104/HCM_1_CAS_SYS_A_LO_PRS"")= GetB (Ch(""[1]/Untitled 3""),7)")
Call Calculate ("Ch(""HCM1_104/HCM_1_CAS_HPP_A_LO_PRS"")= GetB (Ch(""[1]/Untitled 3""),12)")
Call Calculate ("Ch(""HCM1_104/HCM_1_CAS_HPP_A_HI_TEMP"")= GetB (Ch(""[1]/Untitled 3""),13)")
'HCM1 Label 105 decode - Untitled 4
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_HSOV_A1_FAIL"")= GetB (Ch(""[1]/Untitled 4""),0)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_HSOV_A2_FAIL"")= GetB (Ch(""[1]/Untitled 4""),1)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_EDP_A1_FAIL"")= GetB (Ch(""[1]/Untitled 4""),2)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_EDP_A2_FAIL"")= GetB (Ch(""[1]/Untitled 4""),3)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_SYS_A_PRS_FLT_CLG"")= GetB (Ch(""[1]/Untitled 4""),6)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_SYS_A_RET_FLT_CLG"")= GetB (Ch(""[1]/Untitled 4""),7)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_EDP_A1_FLT_CLG"")= GetB (Ch(""[1]/Untitled 4""),8)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_EDP_A2_FLT_CLG"")= GetB (Ch(""[1]/Untitled 4""),9)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_HPP_A_LO_QTY"")= GetB (Ch(""[1]/Untitled 4""),11)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_HPP_A_FAIL"")= GetB (Ch(""[1]/Untitled 4""),12)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_HPP_A_CDF_FLT_CLG"")= GetB (Ch(""[1]/Untitled 4""),14)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_IV_A_FAIL"")= GetB (Ch(""[1]/Untitled 4""),15)")
Call Calculate ("Ch(""HCM1_105/HCM_1_FLT_IV_A_FAIL_LOCAL"")= GetB (Ch(""[1]/Untitled 4""),16)")
'HCM1 Label 106 decode - Untitled 5
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_SYS_A_PF_DPI_FAIL"")= GetB (Ch(""[1]/Untitled 5""),0)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_SYS_A_RF_DPI_FAIL"")= GetB (Ch(""[1]/Untitled 5""),1)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_EDP_A1_CDF_DPI_FAIL"")= GetB (Ch(""[1]/Untitled 5""),2)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_EDP_A2_CDF_DPI_FAIL"")= GetB (Ch(""[1]/Untitled 5""),3)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_EDP_A1_PS_FAIL"")= GetB (Ch(""[1]/Untitled 5""),4)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_EDP_A2_PS_FAIL"")= GetB (Ch(""[1]/Untitled 5""),5)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_SYS_A_PX_FAIL"")= GetB (Ch(""[1]/Untitled 5""),6)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_SYS_A_TX_FAIL"")= GetB (Ch(""[1]/Untitled 5""),7)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_SYS_A_QX_FAIL"")= GetB (Ch(""[1]/Untitled 5""),8)")
Call Calculate ("Ch(""HCM1_106/HCM_1_HSOV_A1_IND_FAIL"")= GetB (Ch(""[1]/Untitled 5""),10)")
Call Calculate ("Ch(""HCM1_106/HCM_1_HSOV_A2_IND_FAIL"")= GetB (Ch(""[1]/Untitled 5""),11)")
Call Calculate ("Ch(""HCM1_106/HCM_1_EDP_A1_FAIL"")= GetB (Ch(""[1]/Untitled 5""),12)")
Call Calculate ("Ch(""HCM1_106/HCM_1_EDP_A2_FAIL"")= GetB (Ch(""[1]/Untitled 5""),13)")
Call Calculate ("Ch(""HCM1_106/HCM_1_FLT_FV_A_FAIL"")= GetB (Ch(""[1]/Untitled 5""),14)")
Call Calculate ("Ch(""HCM1_106/HCM_1_HSOV_A1_RELAY_FAIL"")= GetB (Ch(""[1]/Untitled 5""),15)")
Call Calculate ("Ch(""HCM1_106/HCM_1_HSOV_A2_RELAY_FAIL"")= GetB (Ch(""[1]/Untitled 5""),16)")
Dim k, m, pMyChn, result, ArincTrue, intMyHandle01, intMyHandle02,intMyHandle03,intMyText, intMyError01, intMyError02, intMyError03
intMyHandle01 = TextFileOpen("C:\ArincTrue.txt",tfCreate or tfWrite)
intMyHandle02 = TextFileOpen("C:\ArincFalse.txt",tfCreate or tfWrite)
intMyHandle03 = TextFileOpen("C:\ArincChange.txt",tfCreate or tfWrite)
For k = 2 to 4
For m = 1 to GroupChnCount(k)
Set pMyChn = Data.Root.ChannelGroups(k).Channels(m)
Result = ChnValMax(pMyChn)-ChnValMin(pMyChn)
If Result = 0 and ChnValMax(pMyChn) > 0 then
intMyText= TextfileWriteLn(intMyHandle01, pMyChn.Name)
elseif result= 0 and ChnValMax(PMyChn) = 0 then
intMyText= TextfileWriteLn(intMyHandle02, pMyChn.Name)
else
intMyText= TextfileWriteLn(intMyHandle03, pMyChn.Name)
End If
Next
Next
intMyError01 = TextFileClose(intMyHandle01)
intMyError02 = TextFileClose(intMyHandle02)
intMyError03 = TextFileClose(intMyHandle03)
Solved!
Go to Solution.

Hi 2Pale4TX,
You can't easily reference the content of an ASCII file.  Instead, I suggest you make a new Group of 3 text channels that you can drag onto a REPORT table.
Dim k, m, z, ResultsGroup, TrueChannel, FalseChannel, ChangeChannel, Group, Channel, Result
Set ResultsGroup = Data.Root.ChannelGroups.Add("Results")
Set TrueChannel = ResultsGroup.Channels.Add("ArincTrue", DataTypeString)
Set FalseChannel = ResultsGroup.Channels.Add("ArincFalse", DataTypeString)
Set ChangeChannel = ResultsGroup.Channels.Add("ArincChange", DataTypeString)
For k = 2 to 4
Set Group = Data.Root.ChannelGroups(k)
For m = 1 to Group.Channels.Count
Set Channel = Group.Channels(m)
ChMax = CMax(Channel)
ChMin = CMin(Channel)
Result = ChMax - ChMin
If Result = 0 and ChMax > 0 Then
z = TrueChannel.Size + 1
TrueChannel(z) = Channel.Name
Elseif Result = 0 and ChMax = 0 Then
z = FalseChannel.Size + 1
FalseChannel(z) = Channel.Name
Else
z = ChangeChannel.Size + 1
ChangeChannel(z) = Channel.Name
End If
Next ' m
Next ' k
Brad Turpin
DIAdem Product Support Engineer
National Instruments

Similar Messages

  • Import txt file into user dictionary

    How to import text file into user dictionary through javascript? I can manually import txt file into user dictionary thru "Edit=>Spelling=>User dictionary...". But I don't know how to do it using javascript. Please advise.

    Advice? See in some version of the object-model reference under userDictionary. There you'll find a method called addWord(), which looks promising.
    Peter

  • Import txt files into table

    Hi all,
    I was created table A with A1 and A2 columns.
    create table A (number A1, varchar A2).
    I have file.txt from my desktop like
    1,elementA
    2,elementKK
    3,elementMM
    1000,element YIIO
    How to import this file into table A with A1 have number and A2 have elements
    from txt file using sql plus editor?
    Thanks in advance

    Hi,
    Below example using External Table Feature.
    create a directory on the server where your database is installed and copy your data file(text file) in that directory. In the below example Oracle directory name is "text_file" and the physical directory on the server is "D:\TEXT_FILE\". The file name of data file is "data.txt".
    create directory text_file as 'D:\TEXT_FILE\';
    DROP TABLE load_a;
    CREATE TABLE load_a
    (a1 varchar2(20),
    a2 varchar2(200))
    ORGANIZATION EXTERNAL
    (TYPE ORACLE_LOADER
    DEFAULT DIRECTORY text_file
    ACCESS PARAMETERS
    (FIELDS TERMINATED BY ','
    LOCATION ('data.txt')
    select * from load_a;
    now you can use
    insert into a select * from load_a;
    Sachin Chauhan

  • Automator-How to batch import txt files into excel

    Hi
    I have been using Automator to import hundreds of text files into one excel workbook using the "Import Text files to Excel Workbook" action. Automator works great for all files that are tab delimited. However I have another set of data that are output with a varying amount of spaces between each column. I cannot change the way they are output. Automator gives me the option of choosing "space" as a delimiter, but it wont give me the option to "Treat consecutive delimiters as one" that Import within excel does. I also tried to record my actions within excel many times but it didn't work even with just one file. So what I need is a way to get these text files into one excel workbook as separate worksheets with the data separated correctly into columns.
    Any help would be great!

    I'm confused by the "I cannot change the way they are output" line: What's stopping you from reimporting them into excel and resaving them as tab delimited?  Converting from fixed-format to tab-delimited is always a bit of a pain (it involves chunking each line to the correct sized bits and then stripping whitespace from the end - doable in applescript and shell scripting, but a headache to get right); no sense remaking the wheel if you can get Excel to do it for you.

  • QT Pro import txt files

    I want to import txt file into a QT Movie. But under the pulldown menu is not a import icon.
    How can I import the text file.

    So once you choose open file what do you do from there? How do I get the text file into the movie?

  • Problem reading .txt-file into JTable

    My problem is that I�m reading a .txt-file into a J-Table. It all goes okay, the FileChooser opens and the application reads the selected file (line). But then I get a Null Pointer Exception and the JTable does not get updated with the text from the file.
    Here�s my code (I kept it simple, and just want to read the text from the .txt-file to the first cell of the table.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.table.*;
    import java.util.*;
    import java.lang.*;
    import java.io.*;
    public class TeamTable extends JFrame implements ActionListener, ItemListener                {
    static JTable table;
         // constructor
    public TeamTable()                {
    super( "Invoermodule - Team Table" );
    setSize( 740, 365 );
              // setting the rownames
    ListModel listModel = new AbstractListModel()                     {
    String headers[] = {"Team 1", "Team 2", "Team 3", "Team 4", "Team 5", "Team 6", "Team 7", "Team 8", "Team 9",
    "Team 10", "Team 11", "Team 12", "Team 13", "Team 14", "Team 15", "Team 16", "Team 17", "Team 18"};
    public int getSize() { return headers.length; }
    public Object getElementAt(int index) { return headers[index]; }
              // add listModel & rownames to the table
              DefaultTableModel defaultModel = new DefaultTableModel(listModel.getSize(),3);
              JTable table = new JTable( defaultModel );
              // setting the columnnames and center alignment of table cells
              int width = 200;
              int[] vColIndex = {0,1,2};
              String[] ColumnName = {"Name Team", "Name Chairman", "Name Manager"};
              TableCellRenderer centerRenderer = new CenterRenderer();          
              for (int i=0; i < vColIndex.length;i++)          {
                             table.getColumnModel().getColumn(vColIndex).setHeaderValue(ColumnName[i]);
                             table.getColumnModel().getColumn(vColIndex[i]).setPreferredWidth(width);
                             table.getColumnModel().getColumn(vColIndex[i]).setCellRenderer(centerRenderer);
              table.setFont(new java.awt.Font("Dialog", Font.ITALIC, 12));
              // force the header to resize and repaint itself
              table.getTableHeader().resizeAndRepaint();
              // create single component to add to scrollpane (rowHeader is JList with argument listModel)
              JList rowHeader = new JList(listModel);
              rowHeader.setFixedCellWidth(100);
              rowHeader.setFixedCellHeight(table.getRowHeight());
              rowHeader.setCellRenderer(new RowHeaderRenderer(table));
              // add to scroll pane:
              JScrollPane scroll = new JScrollPane( table );
              scroll.setRowHeaderView(rowHeader); // Adds row-list left of the table
              getContentPane().add(scroll, BorderLayout.CENTER);
              // add menubar, menu, menuitems with evenlisteners to the frame.
              JMenuBar menubar = new JMenuBar();
              setJMenuBar (menubar);
              JMenu filemenu = new JMenu("File");
              menubar.add(filemenu);
              JMenuItem open = new JMenuItem("Open");
              JMenuItem save = new JMenuItem("Save");
              JMenuItem exit = new JMenuItem("Exit");
              open.addActionListener(this);
              save.addActionListener(this);
              exit.addActionListener(this);
              filemenu.add(open);
              filemenu.add(save);
              filemenu.add(exit);
              filemenu.addItemListener(this);
    // ActionListener for ActionEvents on JMenuItems.
    public void actionPerformed(ActionEvent e) {       
         String open = "Open";
         String save = "Save";
         String exit = "Exit";
              if (e.getSource() instanceof JMenuItem)     {
                   JMenuItem source = (JMenuItem)(e.getSource());
                   String x = source.getText();
                        if (x == open)          {
                             System.out.println("open file");
                        // create JFileChooser.
                        String filename = File.separator+"tmp";
                        JFileChooser fc = new JFileChooser(new File(filename));
                        // set default directory.
                        File wrkDir = new File("C:/Documents and Settings/Erwin en G-M/Mijn documenten/Erwin/Match Day");
                        fc.setCurrentDirectory(wrkDir);
                        // show open dialog.
                        int returnVal =     fc.showOpenDialog(null);
                        File selFile = fc.getSelectedFile();
                        if(returnVal == JFileChooser.APPROVE_OPTION) {
                        System.out.println("You chose to open this file: " +
                   fc.getSelectedFile().getName());
                        try          {
                             BufferedReader invoer = new BufferedReader(new FileReader(selFile));
                             String line = invoer.readLine();
                             System.out.println(line);
                             // THIS IS WHERE IT GOES WRONG, I THINK
                             table.setValueAt(line, 1, 1);
                             table.fireTableDataChanged();
                        catch (IOException ioExc){
                        if (x == save)          {
                             System.out.println("save file");
                        if (x == exit)          {
                             System.out.println("exit file");
    // ItemListener for ItemEvents on JMenu.
    public void itemStateChanged(ItemEvent e) {       
              String s = "Item event detected. Event source: " + e.getSource();
              System.out.println(s);
         public static void main(String[] args)                {
              TeamTable frame = new TeamTable();
              frame.setUndecorated(true);
         frame.getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
              frame.addWindowListener( new WindowAdapter()           {
                   public void windowClosing( WindowEvent e )                {
         System.exit(0);
    frame.setVisible(true);
    * Define the look/content for a cell in the row header
    * In this instance uses the JTables header properties
    class RowHeaderRenderer extends JLabel implements ListCellRenderer           {
    * Constructor creates all cells the same
    * To change look for individual cells put code in
    * getListCellRendererComponent method
    RowHeaderRenderer(JTable table)      {
    JTableHeader header = table.getTableHeader();
    setOpaque(true);
    setBorder(UIManager.getBorder("TableHeader.cellBorder"));
    setHorizontalAlignment(CENTER);
    setForeground(header.getForeground());
    setBackground(header.getBackground());
    setFont(header.getFont());
    * Returns the JLabel after setting the text of the cell
         public Component getListCellRendererComponent( JList list,
    Object value, int index, boolean isSelected, boolean cellHasFocus)      {
    setText((value == null) ? "" : value.toString());
    return this;

    My problem is that I�m reading a .txt-file into a J-Table. It all goes okay, the FileChooser opens and the application reads the selected file (line). But then I get a Null Pointer Exception and the JTable does not get updated with the text from the file.
    Here�s my code (I kept it simple, and just want to read the text from the .txt-file to the first cell of the table.
    A MORE READABLE VERSION !
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.table.*;
    import java.util.*;
    import java.lang.*;
    import java.io.*;
    public class TeamTable extends JFrame implements ActionListener, ItemListener                {
    static JTable table;
         // constructor
        public TeamTable()                {
            super( "Invoermodule - Team Table" );
            setSize( 740, 365 );
              // setting the rownames
            ListModel listModel = new AbstractListModel()                     {
                String headers[] = {"Team 1", "Team 2", "Team 3", "Team 4", "Team 5", "Team 6", "Team 7", "Team 8", "Team 9",
                "Team 10", "Team 11", "Team 12", "Team 13", "Team 14", "Team 15", "Team 16", "Team 17", "Team 18"};
                public int getSize() { return headers.length; }
                public Object getElementAt(int index) { return headers[index]; }
              // add listModel & rownames to the table
              DefaultTableModel defaultModel = new DefaultTableModel(listModel.getSize(),3);
              JTable table = new JTable( defaultModel );
              // setting the columnnames and center alignment of table cells
              int width = 200;
              int[] vColIndex = {0,1,2};
              String[] ColumnName = {"Name Team", "Name Chairman", "Name Manager"};
              TableCellRenderer centerRenderer = new CenterRenderer();          
              for (int i=0; i < vColIndex.length;i++)          {
                             table.getColumnModel().getColumn(vColIndex).setHeaderValue(ColumnName[i]);
                             table.getColumnModel().getColumn(vColIndex[i]).setPreferredWidth(width);
                             table.getColumnModel().getColumn(vColIndex[i]).setCellRenderer(centerRenderer);
              table.setFont(new java.awt.Font("Dialog", Font.ITALIC, 12));
              // force the header to resize and repaint itself
              table.getTableHeader().resizeAndRepaint();
              // create single component to add to scrollpane (rowHeader is JList with argument listModel)
              JList rowHeader = new JList(listModel);
              rowHeader.setFixedCellWidth(100);
              rowHeader.setFixedCellHeight(table.getRowHeight());
              rowHeader.setCellRenderer(new RowHeaderRenderer(table));
              // add to scroll pane:
              JScrollPane scroll = new JScrollPane( table );
              scroll.setRowHeaderView(rowHeader); // Adds row-list left of the table
              getContentPane().add(scroll, BorderLayout.CENTER);
              // add menubar, menu, menuitems with evenlisteners to the frame.
              JMenuBar menubar = new JMenuBar();
              setJMenuBar (menubar);
              JMenu filemenu = new JMenu("File");
              menubar.add(filemenu);
              JMenuItem open = new JMenuItem("Open");
              JMenuItem save = new JMenuItem("Save");
              JMenuItem exit = new JMenuItem("Exit");
              open.addActionListener(this);
              save.addActionListener(this);
              exit.addActionListener(this);
              filemenu.add(open);
              filemenu.add(save);
              filemenu.add(exit);
              filemenu.addItemListener(this);
    // ActionListener for ActionEvents on JMenuItems.
    public void actionPerformed(ActionEvent e) {       
         String open = "Open";
         String save = "Save";
         String exit = "Exit";
              if (e.getSource() instanceof JMenuItem)     {
                   JMenuItem source = (JMenuItem)(e.getSource());
                   String x = source.getText();
                        if (x == open)          {
                             System.out.println("open file");
                        // create JFileChooser.
                        String filename = File.separator+"tmp";
                        JFileChooser fc = new JFileChooser(new File(filename));
                        // set default directory.
                        File wrkDir = new File("C:/Documents and Settings/Erwin en G-M/Mijn documenten/Erwin/Match Day");
                        fc.setCurrentDirectory(wrkDir);
                        // show open dialog.
                        int returnVal =     fc.showOpenDialog(null);
                        File selFile = fc.getSelectedFile();
                        if(returnVal == JFileChooser.APPROVE_OPTION) {
                        System.out.println("You chose to open this file: " +
                   fc.getSelectedFile().getName());
                        try          {
                             BufferedReader invoer = new BufferedReader(new FileReader(selFile));
                             String line = invoer.readLine();
                             System.out.println(line);
                             // THIS IS WHERE IT GOES WRONG, I THINK
                             table.setValueAt(line, 1, 1);
                             table.fireTableDataChanged();
                        catch (IOException ioExc){
                        if (x == save)          {
                             System.out.println("save file");
                        if (x == exit)          {
                             System.out.println("exit file");
    // ItemListener for ItemEvents on JMenu.
    public void itemStateChanged(ItemEvent e) {       
              String s = "Item event detected. Event source: " + e.getSource();
              System.out.println(s);
         public static void main(String[] args)                {
              TeamTable frame = new TeamTable();
              frame.setUndecorated(true);
         frame.getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
              frame.addWindowListener( new WindowAdapter()           {
                   public void windowClosing( WindowEvent e )                {
         System.exit(0);
    frame.setVisible(true);
    * Define the look/content for a cell in the row header
    * In this instance uses the JTables header properties
    class RowHeaderRenderer extends JLabel implements ListCellRenderer           {
    * Constructor creates all cells the same
    * To change look for individual cells put code in
    * getListCellRendererComponent method
    RowHeaderRenderer(JTable table)      {
    JTableHeader header = table.getTableHeader();
    setOpaque(true);
    setBorder(UIManager.getBorder("TableHeader.cellBorder"));
    setHorizontalAlignment(CENTER);
    setForeground(header.getForeground());
    setBackground(header.getBackground());
    setFont(header.getFont());
    * Returns the JLabel after setting the text of the cell
         public Component getListCellRendererComponent( JList list,
    Object value, int index, boolean isSelected, boolean cellHasFocus)      {
    setText((value == null) ? "" : value.toString());
    return this;

  • Bullet character in imported TXT file

    I am importing an external TXT file into a dynamic text box
    in my SWF file using Actionscript (see AS below).
    I want the text to read as a bulleted list.
    I tried typing the bullet character (Option + 8 on Mac), but
    this gave me Yen symbols when I previewed the movie.
    Then I tried the HTML code <UL>, <LI>, etc.,
    which just showed exactly as typed when previewed.
    I also tried the HTML code for this character (&#149;)
    but this also showed exactly as typed when previewed.
    How do I create the bullet character in Flash? Is there a
    reference for creating all types of special characters in Flash?
    Or is there a simple way to create a bulleted list?
    Many Thanks,
    Nathan
    My system specifications:
    Mac OS 10.4.10
    Flash CS3

    for html content you would need to use external_txt.htmlText
    = event.target.data;. also embed the basic font and the specific
    "•" character
    if you wanted to go the character code route you would have
    to strip the character code from the string first and replace it
    with a bullet.

  • Can I import html files into Buzzword?

    Can I import html files into Buzzword?

    Thank you for your post.
    Buzzword lets you import Microsoft Word (DOC, DOCX), plain text (TXT), Rich Text Format (RTF), Word 2003 XML, and Open Document Format (.odt) files. (Font substitution and other formatting changes sometimes occur on import, depending on the content of the document.) You'll need to convert your HTML file to one of the supported file types before importing to Buzzword.
    Kind Regards,
    Michelle

  • Importing Text Files  into Notes

    Having trouble reading imported text. I have IPod nano 3rd gen. It is checked to enable disc use. When I drop a .txt file into notes folder, then eject IPod, I can see the document titles in IPod/notes however, text displays as code (alot of 0's &1's and other garbled letters). Does anyone know why this happens and how I can solve this? I would greatly appreciate any suggestions.
    Thanks

    The files MUST be plain text files (possible sich text format as well) but not Word Documents and stuff like that. Simply taking a Word document and changing the extension from .doc to .txt won't do it for you, if that is what you tried.
    Patrick

  • Importing video files into Adobe Premiere Pro CS3

    I own a Sony Handycam DCR-SX63.  When I import the movies I have taken onto my PC (Vista) they are .MPG files.  When I import these files into Premiere Pro CS3 the video portion imports but the audio of that file does not.  I have read all I can find and nothing seems to answer my question directly.  I tried an encoder to see if maybe Premiere doesn't accept .MPG files.  I converted it to .AVI file and tried to import and that gave me audio with no video.  I tried opening the new project with a dozen different settings offered up by Premiere but every one I tried gave me the same outcome when I tried to import my video file.
    Please. please. please help.  I am pulling my hair out.
    I appreciate any help given.
    Thanks

    First... To work with AC3 sound files in Premiere CS3, copy the ad2ac3dec.dll file from the Encore CS3 directory into the Premiere directory
    Second... Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037?tstart=0
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811?tstart=0
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037?tstart=0
    Report back with the codec details of your file, use the programs below
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    IF your files are MJPEG...
    MJPEG edit with Morgan or MainConcept http://www.morgan-multimedia.com/
    http://www.mainconcept.com/site/prosumer-products-4/motion-jpeg-codec-785/information-797. html

  • Im having trouble importing mov files into premiere pro on creative cloud, have installed quicktime

    Im having trouble importing mov files into premiere pro on creative cloud, original problem was no video and only audio when I imported mov file, so I have installed quicktime after reading that may solve the problem,but now an error message reads codec missing or unavailable, any help would be appreciated

    MOV is a wrapper... what is inside the wrapper?
    Codec & Format information, with 2 links inside to read
    -read both links in reply #1 http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/

  • Importing Photoshop files into premiere pro CS6 issues

    Hi
    I recently re-installed Premiere Pro CS6 on my work computer (i changed from a HDD to an SSD). Ever since I did this I am having an issue importing .PSD files into Premiere.
    I try and import a photoshop file. The importer window comes up. The progress bar starts to move, then pauses and the Importer says 'Not Responding'. After a few seconds it comes back and throws up the following error:
    Error message - 'The importer reported a generic error'
    All projects i previously worked on that had .PSD files in them are now reporting these files as 'Media Offline' meaning I have to replace them with .PNG files which is really annoying.
    Any ideas what might be happening? The files I am trying to import are RGB .PSD's. They worked previously without any issues.
    I have Premiere Pro Version 6.0.5 (001 (MC: 264587))
    running on a Windows 7 machine with Service Pack 1, 64 bit OS, 16GB Ram and Intel Core i7-2600
    Many thanks in advance for anyone who can help me with this!

    Yes, MXF should play perfectly in PP CS6, but if you can't work this out at this point, you may wrap your MXF video to something intermediate. as a matter of face, Adobe Premiere Pro CS6 seems to work fine if you import your MXF clips directly from a camera or camcorder, but if have already copied MXF recordings your HDD or you downloaded them from somewhere else, the import error may occur.
    So i suggest you convert the MXF footage to something mezzanine we would recommend DNxHD.mov (if you are on a PC) or Apple ProRes .mov (if on a mac). those two intermediate codecs are good mezzanine codecs that handle recompression well and standup well in other areas of post-production (color grading, graphics, compositing, etc,). You can see what I wrote about the solution. "Why Premiere Pro CS6 can't import MXF files?" i hope that it is helpful to you.

  • Problem importing video files into slideshow in Photoshop Elements 9

    I am able to import the files into my slideshow, but it won't let me save it.  It reports an error in saving.  Help!

    When converting the videos try decreasing the bitrate or changing the file type (perhaps to the iPod native .m4v)
    Other than that, you could try a different encoder, like iSquint (isquint.org). It's the one that I use and I even have a QT Pro license.

  • I can't import mp3 files into iTunes

    Just recently, I find that I can't drag/drop (or import) .mp3 files into iTunes (12.1.0.50).
    I did confirm that the files aren't locked.
    Any ideas?  Thanks!

    No mp3 files from any source, including iTunes itself, or just some particular batch of mp3s files from some unspecified source?  It isn't unusual for some encoders to produce mp3s that are not compliant with iTunes.  You can try using the application MP3 Scan+Repair (http://triq.net/mac/mp3-validator-mac-os-x) to fix them but sometimes you have to re-encode them.  Try playing with Quicktime Player instead and report if it will play the files.
    Oh, it also isn't unusual that files do not have labels built in.  They are adding to iTunes but not ending up where you expect them to be.

  • Import mov files into premiere pro cc windows

    Hi
    to import mov files into premiere pro cc 64bit ,windows 8.1 64bit pro do i need Quicktime pro or quicktime alternative  ?
    because when i try to import a mov file i got this error
    thanks
    i remember cs6 was able to import it
    i have never installed quicktime pro

    Your question simply cannot be answered definitively for a given clip because it's the codec that matters, not the wrapper/file extension.
    As of one of the 7.x releases, Premiere implemented native support for decoding some codecs within a QuickTime file. But that native support does not extend to the entire universe of codecs that can be stuffed into the wrapper.
    So you can either report the codec or simply install QT and see if that enables PPro to import the clip.

Maybe you are looking for

  • Ipod nano not syncing with Windows 7

    Just replaced my XP with Windows7.  Downloaded ITunes and have downloaded my music from cloud.  My IPod Nano is not shown on the screen, yet the battery charges.  It seems that Dell has too many obstacles preventing music from syncing to nano.  What

  • How do download Adobe Flash Player without error parsing voucher problem?

    Hello, I'm trying to download and install Adobe Flash Player. I uninstalled all versions of Flash Player. I have the Adobe Download manager still loaded and the Adobe Photo Shop and the Adobe Reader still loaded. I use Mozilla Firefox version 3.6.8.

  • Design mode/ Live Mode

    I know there is a simple fix to this but I can't figure it out. I have a website that has a few pages created in Dreamweaver CS6. I few weeks back, the site and the webpages looked good. Then a few days ago, I logged into Dreamweaver and began to upd

  • PSE8 crashes when trying to close in edit mode

    Just installed PSE8.0 Whenever i open  the edit from teh welcome screen, and then later try to close from that, I get the following message after it closes: ( it's a DDE Server window)  "There is no disk in the drive. Please insert a disk into drive

  • I can´t get to my Emails in AOL

    It´ll show the nuber of Emails, and it updates as well. I´m using FF 7.0.1, fresh installed. It does work on mobile and Explorer. Any clue?